body{
   overflow: hidden; 
  margin: 0;
  background-color: #513e2f;
}


#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;
}

#butarriba{  
  user-select: none;
  position: absolute;
  width: 75px;
  height: 75px;
  opacity: 0;
  top: 540px;
  left: 60px;
}

#butabajo{  
  user-select: none;
  position: absolute;
  width: 75px;
  height: 75px;
  opacity: 0;
  top:680px;
  left: 60px;
}

#butderecha{  
  user-select: none;
  position: absolute;
  width: 75px;
  height: 75px;
  opacity: 0;
  top:610px;
  left: 130px;
}

#butizquierda{  
  user-select: none;
  position: absolute;
  width: 60px;
  height: 75px;
 opacity: 0;
  top:610px;
  left: 0px;
}


