body {
	background-color: #333232
}
h1 {
	color: red;
	font: 28px Helvetica, Arial, sans-serif;
	text-align:center;
}
a{
	color: aqua;
    border:-1px;
}
#container{
    background-color: #0e2431;
    width:500px;
    height:auto;
    border:3px solid rgb(255, 255, 255);
    align-content: center;
    text-align:center;
    margin:auto;
}
p{
    font-size: 20px;
    color: white;
}
#difficoltà{
 font-size: 18px;
 color: white;
 margin-bottom: 15px;
 display:flex;
 align-items: flex-start;
 justify-content:space-around;
}

#difficoltà :nth-child(1){
    border: 1px solid white;
    width: 100px;
    height: 22px;
    text-align: center;
}

#difficoltà :nth-child(2){
    border: 1px solid white;
    width: 100px;
    height: 22px;
    text-align: center;
}


#difficoltà :nth-child(3){
    border: 1px solid white;
    width: 100px;
    height: 22px;
    text-align: center;

}

