body{
background: white;
}


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);
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}
 
a{color: red}