.prev {
    background: black;
}


.bottom {
    text-align: center;
}


.page-ref {
    font-family: sans-serif;
    font-size: 0.8em;
    color: #aaa;
}

.page {
    background-image: url('https://i.imgur.com/DqQzoUM.jpg'); /* Link to your background image */
    background-size: cover; /* Ensure the image covers the div completely */
    background-position: center; /* Center the image within the div */
    background-repeat: no-repeat; /* Do not repeat the image */
}
