/* --- Base Layout --- */

body {
  background-color: #0a0a0a;
  color: #d0d0d0;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 40px;
}

/* --- Headings --- */

h1 {
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: #ffffff;
}

h3 {
  font-weight: normal;
  color: #888888;
  margin-top: 0;
}

h2 {
  margin-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaaaaa;
}

/* --- Paragraphs --- */

p {
  max-width: 600px;
  margin: 15px auto;
}

/* --- Links --- */

a {
  color: #7fdfff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* --- Lists --- */

ul {
  list-style-type: square;
  padding-left: 0;
}

li {
  margin: 8px 0;
}

/* --- Divider --- */

hr {
  border: none;
  border-top: 1px solid #333333;
  width: 60%;
  margin: 30px auto;
}

/* --- Footer --- */

footer {
  margin-top: 60px;
  font-size: 12px;
  color: #666666;
}