*{margin: 0; padding: 0;}
body{background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.3)), url('forbici.jpg'); background-size: cover;}
h2{color: rgb(253, 253, 253); font-weight: bolder; padding: 10px; letter-spacing:3px}

.container{
    width: 100%; 
    height: 100%; 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}
.container-button{
    width: 100%; 
    height: 100%; 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start; 
    margin-left: -70px;
    
}
button{width: 90px; height: 30px; border-radius: 20px; margin-left: 20px; margin-top: 30px; font-weight: bold;}
.sasso{background: rgba(167, 164, 164, 0.797);}
.carta{background: white;}
.forbici{background: gold;}
.rigioca{width: 70px; background: white;text-decoration: none; font-weight: bolder; color: blue; border-radius: 10px;}