* {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 550;
  color: rgb(255, 251, 177);
  background-color: #242d3f;
}

.p.citation {
    font-size: 12;
}

.a:hover {
  background-color: #ddd;
  color: black;
}