@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }
    #barraNavigazione{
        height: 85px;
    }
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container h1{
    font-family:'Rubik';
    text-transform:uppercase;
    font-size: 2.5em;
    margin-bottom: 1em;
}
.container{
    /* font-size: 1.5em; */
    
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    /* justify-content: center; */
    flex-wrap: wrap;    
}

#card{
    font-family:'Rubik';
    font-size: 1.2em;
    margin: 1em;
    width: 500px;
    background-color: #FEC35B;
    color: black;
    padding: 0.5em;
    border-radius: 0.2em;
}
#statistiche{
    text-transform:uppercase;
    margin-top: 0.6em;
    text-align: end;
    color: #EF476F;
}
.container a{
    margin: 1em;
    border-radius: 0.7em;
    padding: 0.5em;
    background-color: #EF476F;
    color: #E1DFDE;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 700;
    text-transform:uppercase;
    box-shadow: -10px 7px 36px -16px #000000;
}
.container a:hover{
    cursor: cell;
    /* background-color: #e86281; */
    box-shadow: inset 3px 2px 10px 2px #000000;
}

@media (max-width: 530px) {
    #card {
        width: 306px;
    }
}