@font-face{
  font-family: gamepaused;
  src: url(/fonts/gamepaused.otf);
  }
@font-face {
  font-family: bytebounce;
  src: url(/fonts/bytebounce.ttf);
  }
  
body{
  background-image: url(/img/roombg.png);
  background-size: 100%;
  background-repeat: none;
  image-rendering: pixelated;
  }
  
.closet img{
  position: absolute;
  width: 450px;
  margin-top: 60px;
  margin-left: 10px;
  }
  
.dresser img{
  position: absolute;
  width: 300px;
  margin-top: 300px;
  margin-left: 500px;
  }