* {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

body {
  padding: 20px;
  background-color: #f8f9fa;
}

a {
  color: #a20000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.highlight {
  background-color: lightyellow;
}

.date {
  color: gray;
}

.home-link {
  color: unset;
}

ul {
  padding-left: 20px;
}
