body {
  background-color: #0f191f;
  color: #d7f0d2;
  font-family: "IBM Plex Mono", monospace;
}

h1 {
  text-align: center;
  color: #a9d5c4;
}

h2 {
  color: #a9d5c4;
}

h5 {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  color: #a9d5c4;
}

a:link {
  color: #6effa0;
}

/* visited link */
a:visited {
  color: #33aa77;
}

/* mouse over link */
a:hover {
  color: #99ffcc;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #aaff99;
}
