body {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(3,3,40,1) 35%, rgb(3, 3, 94) 100%);  
}

a:hover{
    opacity:0.6;
    transition: opacity 1000ms;
}

.image-user{
    width: 25px;
    height: 25px;
    margin: 0px 0px 4px 0px;
}

.buttons-conditions>a {
    text-decoration: none;
    color: inherit;
}

.buttons-conditions>a:hover {
    text-decoration: none;
}

.card {
    --bs-card-bg: transparent;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .ms-auto {
        margin-left: 0px !important;
    }
}
