body {
  background-color: #0d0d0d;
  color: #ffe8d6;
  font-family: 'Georgia', serif;
  text-align: center;
  padding-top: 20vh;
  margin: 0;
}

.centered h1 {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.centered p {
  font-style: italic;
  font-size: 1.2em;
  color: #ccc;
}
