body {
  background-color: #091d21;
  color: #e3e3e3;
}

body#homepage {
  padding: 10%;
  p {
    padding-left: 5%;
    font-size: 1.5em;
    font-family: 'JetBrains Mono', monospace;
  }
  h1 {
    font-size: 5em;
    font-family: 'Averia Serif Libre';
    font-weight: normal;
  }

}

a, a:visited {
  color: #e3e3e3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
