

body {
  background-color: #000000; 
  color: #e0e0e0; 
  font-family: 'Courier New', Courier, monospace;
  margin: 10px;
  line-height: 1.6;
}

figure {
  text-align: center;
  margin: 30px auto;
}

figcaption {
  font-style: italic;
  color: #fff200;
  margin-top: 10px;
}

header h1 {
  text-align: center;
  font-size: 2.5em;
  color: #ff0000; 
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

main {
  text-align: center;
}

nav {
  text-align: center;
  background-color: #111111;
  padding: 10px;
  border-top: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
}

nav a {
  color: #e0e0e0;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  font-size: 1.1em;
}

nav a:hover {
  color: #ff0000;
}

main h2 {
  font-size: 1.8em;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

main p {
  max-width: 800px;
  margin: 20px auto;
  font-size: 1.1em;
  text-align: justify;
}

footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  color: #888888;
  border-top: 1px solid #444444;
  padding-top: 10px;
}

footer a {
  color: #888888;
  text-decoration: underline;
}

footer a:hover {
  color: #ff0000;
}