@font-face {
  font-family: VGA;
  src: url(/assets/VGA.woff);
}

@font-face {
  font-family: Terminus;
  src: url(/assets/Terminus.woff);
}

body {
  margin: 0;
  height: 100%;
  background: #1E222A;
  color: #A2A9B6;
  font-family: Terminus;
  font-size: 16px;
  font-smooth: never;
  -webkit-font-smoothing : none;
  filter: contrast(1);
}

.content {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

h1 {
  color: #E06C75;
}

h2 {
  color: #E5C07B;
}

a {
  color: #61AFEF;
}

.shitpost {
  color: #789922; 
}
