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

@font-face {

  font-family: 'roman';
  src: url('roman.otf');     
  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;
}

#butonz{
  position: absolute;
  height: 100px;
  width: 100px; 
 opacity: 0;
  top: 700px;
  left: 200px;
}
#butonx{
  position: absolute;
  height: 100px;
  width: 100px; 
  opacity: 0;
  top: 700px;
  left: 325px;
}

#butonc{
  position: absolute;
  height: 100px;
  width: 100px; 
  opacity: 0;
  top: 700px;
  left: 455px;
}