.estil_bola {
   font-family: 'Open Sans', 'Arial';
   font-size: 250%;
   font-weight: bold;
   color: black;

}

.estil_frase {
   font-family: 'Open Sans', 'Arial';
   font-size: 150%;
   font-weight: bold;
   color: blueviolet;
   
}

.estil_llista {
   font-family: 'Open Sans', 'Arial';
   font-weight: bold;
   color: blueviolet;
}

h1{

   
   background-color: black;
   font-family: 'Titan One', cursive;
   color: slateblue;
   display:inline-block;
   
}

.btn{

height: 80px;
width: 200px;


}

#botones{

   text-align: center;

}

.contenedor{
   position: relative;
   display: inline-block;
   text-align: center;
}
.texto-encima{
   position: absolute;
   top: 10px;
   left: 10px;
}
.centrado{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#bola-img{

   height: 150px;
   width: 150px;
}


#titulo{

   background-image: url(../../img/img-bingo.jpg);
   
   
}

textarea{

width: 80%;
height: 150px;
border: none;
padding: 15px;
border-radius: 10px;

}

