/*
body {
    background-image: url('/aarsol_recruitment_portal/static/images/hiring.jpeg');
    background-color: rgba(255, 255, 255, 0.5);
    background-size: cover; */
/* Optional: Adjust the size to cover the entire body *//*

    background-repeat: no-repeat; */
/* Optional: Prevent image from repeating *//*

    background-attachment: fixed; */
/* Optional: Fix the background image *//*

}
*/

.jobs_container .card {
    padding: 15px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
}

.jobs_container .card:hover {
    color: blue;
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
