body {
  background: black;
  color: #fffafa;
}

a:link {
  color: #ffdab9;
}
a:visited {
  color: #ffff00;
}
a:active {
  color: #ffa500;
}

div.caption {
  color: #fffafa;
  margin-bottom: 1em;
}
div.photo {
  text-align: center;
}
h1.title {
  text-align: center;
  font-family: sans-serif;
  font-weight: 900; 
}
h2 {
  text-align: center;
}

