.container{
    display: flexbox;
    border-radius:10px;
    margin:0 auto;
    overflow: auto;
    height: 750px;
    padding: 10px;
    border-style: dotted;
    /*flex-direction: column;*/
    scrollbar-color:#4b0066 white;
    justify-content:center;
    align-items:center;
    width:50%;
    background-color: #5b88b2;
    
    box-sizing: border-box;
    font-family: "Just Me Again Down Here", cursive;
    
}
.c_books{
    display: block;
    font-size: 20px;

}
h2, h4{
    display: flexbox;
    text-align: center;
    border-radius: 5px;
    height: auto;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    background-color: #95b2c4;
    font-family: "Just Me Again Down Here", cursive;
    
    color:#1e1e1e;
}
li{
    color:#4b0066;
    font-size:larger;
}
h2{
    font-size: 30px;
}
h4{
    font-size: 25px;

}

body{
    background-image: url("shelf\ of\ books.jpeg");
    background-color: #95b2c4;
    height: auto;
    overflow: hidden; /*fija la página web*/
}

