#flipbook {
  width: 98%;
  max-height: 900px;
  margin: 10px auto;
}

.page {
  background: white;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 24px;
  line-height: 400px;
  user-select: none;
}

.capa{
  background-image: url("../images/Amanda_Bencke_imagem/capa-livro.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page1{
  background-image: url('../images/slider-image1.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.page2{
  background-image: url('../images/slider-image2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page .blank {
  background: #f0f0f0; /* cor neutra ou decorativa */
  color: transparent;  /* oculta texto */
  pointer-events: none; /* impede interação */
}
