body {
    background-color: #f8f9fa !important;
}

@media only screen and (max-width: 1000px) {
    .w-75 {
        width: 95%!important;
    }

    .w-25 {
        width: 75%!important;
    }

    p {
        font-size: 0.90rem!important;
    }
}