.book-cover {
  width: 400px;
    cursor: pointer;
  transition: transform 0.2s ease;
}

.book-cover:hover {
  transform: scale(1.05);
}


body {
  background: #EBFFEA;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Century Gothic;
}

#flipbook {
  box-shadow: 0 10px 10px rgba(0,0,0.2,0.2);
}

.page {
  background: #CEEDCC;
  padding: 30px;
  
}

.cover {
  background: #CEEDCC;
  padding: 0px;
  text-align: center;
}

.back-cover {
  background: #CEEDCC;
  text-align: center;
}

h2 {
  margin-top: 0;
}
