body {
  background-color: #000000;
  color: #00d4ff;
  font-family: 'Georgia', serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
}

h1, h2, h3 {
  color: #00bfff;
  font-family: 'Arial', sans-serif;
  letter-spacing: 1px;
}

h1 {
  font-size: 2.5em;
  border-bottom: 2px solid #005f7f;
  padding-bottom: 10px;
}

p {
  color: #87ceeb;
  font-size: 1.1em;
}

a {
  color: #00ffff;
  text-decoration: none;
  border-bottom: 1px dotted #00ffff;
}

a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
