.language-selector {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

.language-button {
  background-color: #f0f0f0;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 6px;
}

.language-options {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 100%;
  border-radius: 6px;
}

.language-options button {
  width: 100%;
  background: none;
  border: none;
  padding: 10px;
  text-align: left;
  cursor: pointer;
}

.language-options button:hover {
  background-color: #eee;
}

header > div {
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header > div > div:last-child {
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  /* padding-bottom: 1rem; */
  /* margin-left: 3rem; */
  /* margin-bottom: 2rem; */
  /* margin-bottom: 1rem; */
}

header > div > div:last-child > div {
  display: flex;
  align-items: center;
}

header > div > div:last-child > div:first-child {
  /* margin-right: 8rem; */
}

header > div > div:last-child > div:first-child > a:not(:last-child) {
  margin-right: 2.5rem;
}

header > div > div:last-child > div:last-child > a {
  margin-left: 1.5rem;
}

header > div > div:first-child {
  display: flex;
  align-items: flex-end;
}

header > div > div > div:last-child {
  margin-left: 3rem;
  margin-bottom: 2rem;
  /* margin-bottom: 2rem; */
}

header > div > div > div:last-child > a:not(:last-child) {
  margin-right: 1.8rem;
}

header > div > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 12rem;
}

@media only screen and (max-width: 720px) {
  header > div > div:first-child {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  header > div > div > div:last-child {
    margin-top: 2rem;
  }

  header > div > div > div:last-child > a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.8rem;
  }

  header > div > div > div:last-child {
    margin-left: 0;
    /* margin-bottom: 2rem; */
  }

  header > div > div:first-child > div {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  header > div > div:last-child {
    display: flex;
    align-items: center;
    align-self: center;
    padding-bottom: 0;
  }

  header > div {
    flex-direction: column;
  }

  header > div > div:last-child > div {
    flex-direction: column;
  }

  header > div > div:last-child {
    flex-direction: column;
  }

  header > div > div:last-child > div:first-child > a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  header > div > div:last-child > div:first-child {
    margin-right: 0;
    margin-bottom: 3rem;
    margin-top: 0;
  }

  header > div > div:last-child > div:last-child > a {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

main {
  background-image: url(https://res.cloudinary.com/dwvare9zx/image/upload/v1748985755/pactum/Frame_28_anmx8b.png);
  background-size: cover;
  background-position: center;
  min-height: 80dvh;
  display: flex;
}

main > div {
  padding: 2rem 4rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main > div > h1:not(:first-child) {
  font-weight: 300;
}

main > div a {
  align-self: flex-start;
  margin-top: 2rem;
  margin-left: 2rem;
}
