.card-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.list-se{
    width: 200px;
    height: 200px;
    color: #ffffff;
}
.list-se.red{
    background-color: #FF1447;
}

.list-se.green{
    background-color: #A4F1A8;
}
.list-se.yellow{
    background-color: #CDA4F1;
}
.list-se.grey{
    background-color: #300654;
}