button
{
    background-color: lightgrey;
    border: none;
    border-radius: 12px;
    color: black;
    text-decoration: none;
    font-size: 16px;
}


#boutons
{
	display : inline-block;
	width : 40%;
	height : 500px;
}

img
{
	height : 400px;
}

#score
{
	display : inline-block;
	vertical-align : top;
	width : 500px;
	height : 400px;
	background-size: 100% 100%;
    background-repeat: no-repeat;
	background-image : url("images/score.png");
	font-size: 48px;
	text-align : center;
}

h1
{
background-color: lightgrey;
text-align: center;
}
