html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "arial", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1 {
  font-size: 5vw;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin: 0;
  font-family: "arial", sans-serif;
  display: none;
  line-height: 1;
}
p {
  font-size: 1vw;
  line-height: 0.7;
  letter-spacing: -0.05em;
  margin-top: -5vw;
}
