.cardView{    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: 5px double #EAEEEF;
    width: 55px;
    height: 71px; 
    cursor: pointer;  
    border-radius: 5px;
    

}

.cardView-container{
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: blueviolet;   
    width: 60px; 
    height: 80px;
    margin-top: 5px;
    border-radius: 5px;
} 

.cardView-hidden{
    background-color:#3D8FD1;
}

.cardView-selected{
background-color: #42805F;
}

.cardView-discovered{
    background-color: rgb(160, 20, 20);   
    user-select: none;    
}