/*main {
    background-image: url('/img/BackGround/BizzPM_bg.jpeg');
    background-size: cover;*/ /* Isso ajusta a imagem para cobrir todo o fundo */
    /*background-position: center;*/ /* Centraliza a imagem */
    /*background-repeat: no-repeat;*/ /* Evita que a imagem se repita */
    /*background-attachment: fixed;
}

.topMenu {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3) !important;
    border-radius: 0.5rem;
}*/


a.card {
    text-decoration: none;
    color: inherit; /* Inherit text color from parent */
    cursor: pointer;
}

a.card:hover {
    text-decoration: none;
        
}

.shadow-cards {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3) !important;
}

