.story-section,
.reader-section,
.page-container{

    width:90%;
    margin:auto;

    background:
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url('../images/bg.jpg');

    background-size:cover;
    background-position:center;
    background-attachment:fixed;

    padding:20px;
    padding-bottom:30px;
    border-radius:15px;
    overflow:hidden;

    box-shadow:0 2px 10px rgba(0,0,0,0.1);

    min-height:300px;
}



}