body{
    background-color: aliceblue !important;
}
.row{
    margin-left: 5px !important;
    margin-right: 0 !important;
}
.main_contain{
    background-color: aliceblue;
}
.history_text{
    font-size: 20px;
}
@media (max-width: 768px) {
    .row{
        flex-direction: column;
        margin-right: 0;
    }
    .history_text{
        font-size: 16px;
    }
}