body {
  position: relative;
  min-height: 100vh;
}

p {
  text-wrap: balance;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  z-index: 9000;
}

@media only screen and (min-width: 651px) {
  body {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 961px) {
  body {
    font-size: 0.83rem;
  }
}

@media only screen and (min-width: 1000px) {
  body {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 1040px) {
  body {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 1100px) {
  body {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 651px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 961px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }
}

/* custom CSS added */
#formLink {
  font-size: 22px;
}

#lang-switch {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9000;
}

#lang-switch a {
  display: inline-block;
  background-color: var(--color-accent);
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  padding: 5px 13px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

#lang-switch a:hover {
  background-color: var(--color-accent-dark);
  color: #fff;
  text-decoration: none;
}
