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

html,
body {
  height: 100%;
}

body {
  background: #ffffff;
  color: #1a1a1a;
  font-family: "Averia Serif Libre", Georgia, serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  line-height: 1.6;
}

.wrap {
  max-width: 480px;
  text-align: center;
}

h1 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

p {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:hover {
  opacity: 0.7;
}
