body{
background: black;
color: yellow
}


html{
 
 image-rendering: pixelated;
}

.door:hover{
background: url(https://file.garden/Zz-qNyUl9S_S5UQM/open.gif);

}


@font-face {
  font-family: groove;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/actionis.ttf);
}
 
a{color: yellow; text-decoration: none}
a:hover{color: deepskyblue}

@keyframes bgScroll {
  0% {
    background-position : 1px 1px
  }
  100% {
    background-position : -800px -800px
  }
}