img{
	width: 150px;
}
body{
	color: blue;
}
#titolo{
	top:0;
	left:0;
	height: 10%;
	width:100%;
	background-color: #0000ff;
    color: white;
	position: absolute;
}
#domanda{
	top: 10%;
	left:0;
	height:20%;
	width:100%;
	background-color: #ffe4c4;
	position: absolute;
}
#risposta1{
	top: 35%;
	left:0;
	height:40%;
	width:30%;
	background-color: #6495ed;
	position: absolute;
	text-align: center;
}
#risposta2{
	top: 35%;
	left:33%;
	height:40%;
	width:30%;
	background-color: #00bfff;
	position: absolute;
	text-align: center;
}
#risposta3{
	top: 35%;
	left:66%;
	height:40%;
	width:30%;
	background-color: #1e90ff;
	position: absolute;
	text-align: center;
}
#messaggio{
	top: 75%;
	left:0;
	height:20%;
	width:100%;
	background-color: #fff0f5;
	position: absolute;
}