body {
  background-color: black;
}
p {
  text-indent: 4ch;
  color: white;
  font-family: serif;
}
h1 {
  color: lime;
  background-color: black;
  font-family: serif;
  font-weight: bold;
  font-variant: small-caps;
  font-style: italic;
}
a {
  text-decoration: underline;
  color: lime;
  font-family: serif;
}
h2 {
  font-size: 1.5em;
  background-color: white;
  margin: 5px;
  padding: 10px;
  border-style: dashed;
  border-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-color: lime;
  font-family: serif;
}
h3 {
  font-weight: bold;
  font-family: serif;
  font-variant: small-caps;
  border-style: solid;
  border-width: 3px;
  border-color: lime;
  color: lime;
  background-color: gray;
}
