body {
  max-width: 80em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6em;
  color: white;  /* Change text color to white to contrast with the black background */
  background-color: black;  /* Black background */
}
h1, h2, h3 {
  font-family: monospace;
  font-weight: normal;
  color: #ce0104;  /* Red color for h1, h2, h3 */
}
a {
  color: #ffde18;  /* Yellow color for all clickable links */
  text-decoration: none;  /* Remove underline from links */
}
a:hover {
  text-decoration: underline;  /* Underline links when hovered */
}
.sticking-pattern {
  font-size: 10px;
  color: #666;
}