body {
  background-color: #000000; /* black background */
  color: #ff3c00;            /* red-orange text */
  font-family: 'Courier New', monospace; /* retro terminal font */
  margin: 40px;
}

a {
  color: #00ffff; /* light cyan links */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 2px solid #ff3c00;
  margin-top: 10px;
}
