/* APPLICATION CUSTOM STYLING */

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

/* .card__shadow-lg {
    box-shadow: var(--bs-box-shadow) !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
}

@media only screen and (max-width: 600px) {
    .card__shadow-lg {
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }
} */
