@font-face {
  font-family: terminus;
  src: url(terminus.ttf)
}

* {
  font-family: terminus;
}

html {
  background-color: #101010;
  width: 100%;
  height: fit-content;
  color: whitesmoke;
}

a {
  text-decoration: none;
  color: #fb4934;
  text-shadow: 0px 0px 2px #7A1B0E;
}

a:hover {
  color: #fa2d2d;
  transition: 300ms;
  text-shadow: none;
}

body {
  margin: auto;
  width: 75%;
  text-align: center;
}

p {
  text-align: left;
}

h2 {
  text-align: left;
}
