body {
  background: #4fee91;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Copperplate", "Fantasy" , Cursive;
}

.head {
  text-align: center;
  margin-top: 20px;
}

.head h1 {
  font-size: 60px;
  color: #007c4d;
  font-family: "Copperplate", "Fantasy" , Cursive;
}

.flipbook {
  width: 900px;
  height: 700px;
  /* margin: 20px auto; */
}

.flipbook img {
  padding-top: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.foot {
  text-align: center;
  padding: 10px;
  color: #f8f3f3;
  font-size: 30px;
}

/* Mobile Responsiveness */
@media (max-width: 850px) {
  .flipbook {
    width: 90vw;
    height: 60vh;
  }
}
