body {
  color: white;
  letter-spacing: 0.04rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: center;
}

main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 16px;
  max-width: 400px;
}

h1 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 400;
  margin: 0 0 19px;
}

p {
  margin: 0;
}
