/* ========================================= */
/*            CLASSIFIED BOOK CSS            */
/* ========================================= */


#book {

    width: 1000px;
    height: 700px;

    margin: 50px auto;

}


.page {

    width: 500px;
    height: 700px;

    background: white;

}


.page-content {

    width: 500px;
    height: 700px;

    background: white;

    color: black;

    padding: 35px;

    box-sizing: border-box;

    overflow: hidden;


    font-family: Georgia, "Times New Roman", serif;

    font-size: 16px;

    line-height: 1.6;

}



.classified-page .page-content {

    background-image: url("Classifiedbookstuff/Pages Background.jpg");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



.page-content h2 {

    margin-top: 0;

    margin-bottom: 15px;

    font-size: 28px;

    font-weight: bold;

}



.page-content p {

    margin-bottom: 18px;

    text-align: justify;

    text-indent: 30px;

}



.cover-image {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



/* Makes text easier to read over textured backgrounds */

.classified-page .page-content h2,
.classified-page .page-content p {

    position: relative;

    z-index: 1;

}


/* ---------- Optional: Links Inside Pages ---------- */

.page-content a {

    color: darkred;

    text-decoration: none;

}


.page-content a:hover {

    text-decoration: underline;

}


/* ---------- Cover Page Fix ---------- */

.cover-page .page-content {

    padding: 0;

}


.cover-page .cover-image {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}

.splash-page .page-content {
    padding: 0;
}

.splash-image {
    width: 100%;
    height: 100%;
    display: block;
}


.splash-page {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.splash-page .page-content {
    padding: 0;
}



.music-player {
    text-align: center;
    margin-top: 220px;
}

.music-player audio {
    width: 500px;
}


.music-player {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}