*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    background:#1b120c;

    overflow-x:hidden;

}

/* Entire library page */

#libraryPage{

    width:100%;

    /* keeps image centered */
    max-width:2560px;

    /* image height */
    min-height:2880px;

    margin:auto;

    background-image:url("assets/background/digitallibrarybg.png");

    background-repeat:no-repeat;

    background-position:top center;

    background-size:100% auto;

    position:relative;

}