html {
  font-family: Inter, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
}

main {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

div {
  margin: 25px;
  text-wrap: balance;
}

footer {
  color: #878787;
  font-size: 0.75em;
  margin: auto 0 0.5em;
}

h1 {
  color: #878787;
  font-size: calc(12px + 2vw);
  font-weight: 300;
  text-transform: uppercase;
}

span {
  color: #1E1E1E;
  font-size: calc(40px + 8vw);
  font-weight: 900;
  text-transform: uppercase;
}
