body {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: comic;
}
  div {
  border-style: dotted;
  border-color: white;
  background-color:#000000;
  border-width: medium;
}
@font-face {
font-family: 'comic';
src: url('/fonts/COMIC.ttf')
}
@font-face {
font-family: 'retroslop';
src: url('/fonts/hehretroblast.ttf')
}
@font-face {
font-family: 'vcr';
src: url('/fonts/vcr.ttf')
}
p {
  text-align: center;
  font-size: 35px;
  margin-top: 0px;
}
center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
html {
  cursor: url('images/cursor.png'), pointer;
}
.retroblast
{
  image-rendering: pixelated;
}

