/*aquí están los estilos de libros*/
img {
    width: 430px;
    height: 330px;
    margin: 10px;
}

h2 {
    font-family: Monserrat;
    font-size: 30px;
    color: #0000ff;
    text-align: center;
}

.boton{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #035e0b;
    font-style: italic;
    font-weight: 800;
    margin: 2px;
    background-color: #fcc87e;
    border-radius: 6px;
    border-style: none;
    width: 110px;
    cursor: pointer;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color:#CC6600;
    text-align:justify; 
    margin: 8px; 
    background-color: #dcf3f3;  
}

span{
  font-style: italic;
  text-decoration: underline;
  color: #007bff;
  font-weight: 800;
}

 .cual {
    width: 140px;
    height: 100px;
    background-color: #FFF8DC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #800080;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    margin: 40px;
}

 .cual:hover {
    background-color: #FFC0CB;
    }

 .degradacion {
    width: 140px;
    height: 100px;
    background-color: #00FA9A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #800080;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    margin: 40px;
 }

 .degradacion:hover {
    background-color: #FFC0CB;
 }

 .espiritu {
    width: 140px;
    height: 100px;
    background-color: #D8BFD8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #8B4513;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    margin: 40px;
    
 }

 .espiritu:hover {
    background-color: #FFC0CB;
 }

 
.evangelio {
    width: 140px;
    height: 100px;
    background-color: #DAA520;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FDF5E6;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    margin: 40px;
 }

 .espiritu:hover {
    background-color: #80f5a9;
 }

 .oracion {
    width: 140px;
    height: 100px;
    background-color: #FF7F50;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFF00;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    margin: 40px;
    
 }

 .oracion:hover {
    background-color: #FFC0CB;
 }

 .reino {
    width: 140px;
    height: 100px;
    background-color: #FFCC00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000080;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    margin: 40px;
 }

 .reino:hover {
    background-color: #FFC0CB;
 }

  .revelacion {
    width: 140px;
    height: 100px;
    background-color: #fbbcda;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #032318;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    margin: 40px;
 }

 .revelacion:hover {
    background-color: #2ef30c;
 }

 .vencedores {
    width: 140px;
    height: 100px;
    background-color: #b30358;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #f7f9f8;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    margin: 40px;
 }

 .vencedores:hover {
    background-color: #1b0ff8;
 }

 .libros{
   box-shadow: 15px 10px 15px; rgba(69, 43, 6, 1)
 }
