#header {
  background-color: var(--colorGreen);
  border-bottom: 4px solid var(--colorBlue);
  display: flex;
  justify-content: center;
  width: 100%;
  > #container {
    align-items: flex-end;
    display: flex;
    margin: 10px 15px 0px 15px;
    max-width: 1100px;
    width: 100%;
    > a {
      line-height: 1;
      margin: 0px 30px 10px 0px;
      > img {
        border: none;
        cursor: pointer;
        height: 55px;
      }
    }
    > #language {
      align-items: center;
      display: flex;
      flex: 1;
      justify-content: flex-end;
      margin: 0px 0px 10px 0px;
      @media (max-width: 900px) {
        margin: 0px 70px 10px 0px;
      }
      > a {
        cursor: pointer;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
        &:hover {
          color: white;
        }
      }
    }
  }
}
