body {
  background-color: black;
  color: white;
  text-align: center;
  font-family: monospace;
}

a:link,
a:visited,
a:hover,
a:active {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #ff4081; /* Optional hover color */
}

hr {
  max-width: 600px;
}
