/*credits to seb 2021*/

html{
  background-color: white;
    color: black;
  font-family: 'Terminus';
}

@font-face{
 font-family: Terminus;
 src: url('https://seb.how/terminus.ttf');
}


  /*#profileimg {
  height: 80px;
  width: 80px;
need this since images are stupid
}*/
img {
  height: 60px;
  width: 60px;
  /*need this since images are stupid*/
}
  a:hover {
    text-decoration: underline;
  }