.card{
    min-width: 200px;
    height: 300px;
    border: 2px solid var(--corSecundaria);
    background-color: rgb(110, 10, 27);
    border-radius: 10px;
    flex: 1;
    display: flex;
}
.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.cad:hover{
    cursor: pointer;
    transform: translateY(-10px);
}