.terms {
  margin: auto;
  max-width: 1000px;
  padding: 4rem;
}
.terms h1 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Rubik", "Roboto", "Arial", sans-serif;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.terms img {
  max-width: 300px;
}

.login__terms {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  color: white;
  padding-bottom: env(safe-area-inset-bottom);
  padding-right: calc(env(safe-area-inset-right) + 15px);
}