* {
  margin: 0;
}

main {
  align-items: center;
  background-color: #131314;
  color: #E3E3E3;
  display: flex;  
  font-family: "Host Grotesk", sans-serif;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}

p {
  font-weight: 400;
  margin-top: 0;
}
