body {
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin: 0;
  background-color: #fff;
  font-weight: 300;
  text-align: center;
}

h1 {
  margin-bottom: 20px;
}

p {
  line-height: 1.6;
  margin-bottom: 30px;
}
