body {
  background-color: #000;
  color: white;
  text-align: center;
}

h1 {
  font-family: monospace;
  color: red;
}

p, footer {
  font-family: monospace;
  font-size: 20px;
  
a {
  color: red;
  text-decoration: none;
}

a:hover {
  color: #ff4444; /* lighter red on hover for feedback */
}
