body{
    margin: 20px;
}
.boxes{
    /* background-color: antiquewhite; */
}
.box{
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    border: 1px solid black;
    padding: 20px;
    margin: 20px 0;
    display: flex;
}
.block{
    min-height: 85vh;
}
#player{
    width: 100%;
    max-width: 600px;
}
.img_wrap{
    overflow: scroll;
}
img#texts{
    max-height: 100vh;
}
.active{
    color: green;
    text-decoration: underline;
    cursor: pointer;
}
