/* Base styles */
body {
  background-color: black;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  color: white;
}

/* Links */
a {
  color: aquamarine;
  font-size: 16px;
}

/* Headings */
h1 {
  font-size: 50px;
  font-weight: normal;
}

h2 {
  font-size: 42px;
  font-weight: 300;
}

/* Paragraphs */
p {
  font-size: 21px;
  color: gray;
}

/* Footer */
footer {
  text-align: right;
} 