* {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

div {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1 {
  font-size: 32px;
  font-family: Inter, sans-serif;
}

p {
  font-size: 16px;
  font-style: italic;
}

