.component-card {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 10px;
    color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    span {
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    }
}

.component-user {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    span {
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    }
    img {
        border-radius: 2px;
    }
    a {
        color: white;
    }
}

.text-avantage {
    color: cornflowerblue;
}

.text-fragment {
    color: #00AA00;
}

.text-verify {
    color: #BBBB11;
}

.text-health {
    color: #FF5555;
}

.text-guessmj {
    color: #FF55FF;
}

.text-out {
    color: orangered;
}
