*{
    margin: 0;
    padding: 0;
}
/*Page info*/
h1{
    color: rgb(39, 36, 36);
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}
p{
    text-align: center;
    font-size:25px;
}
.center{
    text-align: center;
}
.score{
    margin:30px;
    font-size: 40px;
}
.winnaar{
    font-size: 20px;
    font-weight: bold;
}
/*Rock Paper Scissors*/
.keuze{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;  
}
.keuze .flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 300px;
}
.keuze .text-above{
    width: 300px;
}
.container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:100%;
    height:500px; 
}
.buttImg{
    width: 75px;
    height: 75px;
}
.image{
    width: 300px;
    height: 300px;
}
