body{
   overflow: hidden; 
  margin: 0;
  background-color: black;
}

@font-face {
  font-family: 'zombie';
  src: url('zombie.ttf');
  src: url('zombie.ttf') format('truetype');       
  font-weight: normal;
  font-style: normal;
}

#container{
  
 overflow: hidden; 
  user-select: none;
  position: absolute;
  width: 800px;
  height: 800px;
  
}

canvas{
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* //interactive art minigame made by delcarmat */

#texto{
  user-select: none;
  font-family: 'Times New Roman', Times, serif;
  position: absolute;
  top: 20px;
  left: 20px;
  
  color: white;
  font-size: 32px;
  text-align: left;
}
