h2{
    color: #FF4500;
    font-size: 30px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 19px;
    color: #0000CD;
    font-weight: 900;
    text-align: justify;
    margin: 19px 8px;
    background-color: #faf1e3;
    padding: 8px;
}
ul{
    list-style-type: none;
    margin-left: 0;
}
a{
    text-decoration: none;
    color: #800000;
    font-size: 18px;
}
img{
    width: 140px;
    height: 200px;
}

p1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 22px;
    color: #FF4500;
    background-color: #d1f4ed;
    padding: 10px;
    border-radius: 6px;
}

p2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 22px;
    color: crimson;
    background-color: #e4d3e1;
    border-radius: 6px;
    text-align: center;
    padding: 5px;
    margin: auto;
}
.inicio{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 18;
  margin: 15px;
  color: #990033;
  background-color: #FFCC00;
  border-radius: 4px;
  border-color: #FFCC00;
  width: 50px;
  height: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

.libros{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 12;
  margin: 15px;
  color: #2904ac;
  background-color: #FFFFE0;
  border-radius: 4px;
  border-color: #FFFFE0;
  width: 55px;
  height: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

.entremeses{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20;
  margin: 15px;
  color: #0c5002;
  background-color: #FFE4B5;
  border-radius: 4px;
  border-color: #FFE4B5;
  width: 90px;
  height: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

.contacto{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20;
  margin: 15px;
  color: #7c0404;
  background-color: #00FF7F;
  border-radius: 4px;
  border-color: #00FF7F;
  width: 90px;
  height: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

.cual {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 22px;
font-weight: 700;
color: #FF4500;
width: 120px;
height: 80px;
border-radius: 25%;
border-color: #FFE4B5;
background-color: #FFE4B5;
cursor: pointer;
}

.cual:hover{
  background-color: #7ef573;
}

p3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #009900;
}
.tapa{
  filter: drop-shadow(10px 10px 10px rgba(25, 25, 31,1));
}