body {
  background-color: #f8f8ff;
  color: #111111;
  font-family: 'Spectral SC', serif;
  padding: 40px;
  text-align: center;
}

h1, h2, h3 {
  color: #31435e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  color: #444;
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

a {
  color: #731c0d;
  text-decoration: none;
  border-bottom: 1px dashed #999;
}

a:hover {
  background-color: #31435e;
  color: #f8f8ff;
}

.warning {
  color: #731c0d;
  font-style: italic;
  margin-top: 30px;
}

.divider {
  width: 80%;
  margin: 30px auto;
  height: 1px;
  background-color: #ccc;
}
