.playView{
    width:100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FBF1BC;

}

.playView-cardsContainer{
    width: 85%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.playView-hudcontainer{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;



}

.playView-text{
    font-size: 20px;
}

.playView-resetBtn{
    width: 40px;
    height: 35px;
    padding-right: 10px;
    padding-left: 10px; 
    padding-bottom: 2px;   
    background-color: brown;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 2px;
    color:white;
    cursor: pointer;  
    border: 4px double #cccccc;
    border-radius: 10px;

}