* {
    font-family: 'Montserrat', sans-serif;
    
    background: #7EFF83;
}

h1{
    text-align: center;
}

#container{
    display: flex;
    justify-content: space-around;
}

#tauler{
    width: 800px;
}

.carta{
    width: 130px;
}

.return {
    text-decoration: none;
    font-weight: 900;
    background-color: #451760;
    font-size: 1.2em;
    color: #fff;
}
.return:hover {
    font-size: 1.2em;
    background-color: #7EFF83;
    color: #451760;
}

.separator {
    color: #7EFF83;
}