

@font-face{ 
  font-family: "Pixel"; 
  src : url('DePixelBreit.otf');
}
body{
  background: #000000;
  font-family: Pixel;
  text-align: center;
  color: #940000;
}
a{
  text-decoration: none;
  color: #940000;
}
.container{
  display: flex;
  justify-content: center;
}
.portal{
  transition: 0.2s;
  width: 800px;
}
.links{
  color: gold;
}
.portal:hover{
  transition: 0.2s;
  border: 1rem ridge #940000;
}