.profile-image-pic {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.cardbody-color {
    background-color: #ebf2fa;
}

a {
    text-decoration: none;
}

@media (max-width: 1199px) {
    /* Redefining the footer on smaller displays, for the auth routes, so it remains at the bottom */
    #footer {
        position: fixed;
        padding-right: 20px;
        bottom: 0;
        width: 100%;
        margin-bottom: 0 !important;
    }
}
