
p.text{
    font-weight: bold;
    font-size: larger;
    text-align: center;
    font-family: Verdana, sans-serif;

}

p.instruction{
  font-size: medium;
  text-align: center;
  font-family: Verdana, sans-serif;
  

}


#buttons{
  display: none;
}

.colorbutton{
  height:40px;width:40px; border:none;cursor:pointer;
}

#lazy-load-poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("poster.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#AR{
  
  font-size: 16px;
  background-color: black;
  padding: 5px 15px;
  color: white;
  border-radius: 30px;
  height: 40px;
  position: absolute;
  top: 70vh;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#anim-controls{
  background-color: white;  
  padding: 5px 15px ; 
  cursor:pointer;
  color:black; 
  border-radius: 30px; 
  border: 1px solid #000; 
  border-color:black; 
  display: block ;
  margin: 0 auto;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  height: 40px;
}

select {
  
  width: 160px;
  cursor:pointer;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  height: 40px;
  background: white;
  font-family: Verdana, sans-serif;
  display: block;
  margin: 0 auto;
  
}

#button-load {
  font-family: Verdana, sans-serif;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: center;
  background-size: 24px 24px;
  background-color: #000;
  color: white;
  cursor: pointer;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 15px;
  box-shadow: 0 0 8px rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,.25);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 100;
  height:40px;
}

span{
  font-family: Arial, Helvetica, sans-serif;
}