body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f4f4f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#flipbook {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.page {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

h1, h2, p {
    margin: 20px 0;
    color: #333;  /* Ensure text is visible */
}

img {
    max-width: 100%;
    height: auto;
}
