.max-width-100{
    max-width: 100% !important;
}
.reading-button{
    width: 2rem;
    height: 2rem;
    background: rgb(244, 244, 244);
}
.reading-button:hover {
    background: rgb(235, 235, 235);
}
.reading-button:active {
    background: rgb(199, 198, 198);
}
