.body-container {
    background-image: linear-gradient(#6baace, #264783);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .body-container {
        background-image: linear-gradient(#4a8ebb, #1f3a68);
    }
}
