body {
  background-color: black;
  color: #00ff00;
  font-family: "Courier New", Courier, monospace;
  padding: 40px;
}

h1 {
  font-size: 32px;
  text-shadow: 0 0 8px #00ff00;
  border-bottom: 1px solid #00ff00;
  padding-bottom: 10px;
}

a {
  color: #00ffcc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: white;
}

img {
  margin-top: 20px;
  border: 2px solid #00ff00;
}
