* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Anton", sans-serif;
  color: #050506;
  background-color: #fffffe;
  line-height: 1.6;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body h1 {
  font-size: 0px;
  font-weight: 400;
  text-align: center;
}
body h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
