 body {
  background-image: url(image/3.jpg);
  background-position: center;
  background-size: cover;
  font-family:Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  padding: 0;
}

h1 {
  background-color: darksalmon;
  padding: 20px 30px;
  text-align: center;
  margin: 40px 0;
  font-size: 40px;
  font: 'Dancing Script', cursive;
}

a {
  margin: 10px;
  text-decoration: none;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px; /* Opcional: Ajusta el margen superior según sea necesario */
}

.button-container {
  display:flexbox ;
  align-items: center;
  height: 20vh;

}

.button-container a {
  margin: 50px;
}

button {
  display:flex;
  margin: top;
  justify-content: center;
  font-family: monospace;
  padding: 20px 30px;
  font-size: 16px;
  border: 1px;
  border-radius: 5px;
  background-color: coral;
  color: rgb(12, 9, 9);
  cursor: pointer;
}

button:hover {
  background-color: #23527c;
}

.subtituloLibro {
  background-color:grey;
  font-size: 30px;
  color:black;
  margin-bottom: 10px;
}

.action {
  background-color: coral;
  text-align: center;
  border-radius: 15px;
  padding: 10px 15px;
  border: 5px;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 25px;
  color:black;
  margin-bottom: 15px;
}

