#centrato {
width: 100%;
height: 100%;
background-color: #F0F0F0;
color: darkblue;

text-align: center;
font-family: Arial;
font-size: 10px;
color: darkblue;
}

#titoletto{
width: 100%;
height: 100%;
border: 1px solid #8b9dc3;
background-color: #9DD1F8;
color: darkblue;

text-align: center;
font-family: Arial;
font-size: 10px;
color: black;
}

.prova {
cursor: pointer;

}