body{
    background-color: #000000;
    width: 100%;
    margin: 0 auto;
    color: white;
}

.steam_frame{
    margin-left: 77px;
}

.chapter_image
{
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}

.preloader
{
    display: none;
}

.title{
    font-size: 40pt;
    FONT-FAMILY: cursive;
    margin-top: 40px;
}

.fv_data{
    font-size: 16pt;
    FONT-FAMILY: monospace;
    margin-top: 40px;
    color: aquamarine;
}

.opacity{
    opacity: 0.4;
}


.general_wrapper{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.info_pages{
    font-size: 20pt;
    font-weight: bolder;
    font-family: cursive;
    text-align: center;
    padding: 30px;

}

.btn{
    display: block;
    cursor: pointer;
}

.btn img{
    width: 50px;
}

.image_controls{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 160px;
}