body {
    background-color: skyblue;
}
.titolo
{
    text-align: center;
    padding: 2px;
    background-color: white;
    border-radius: 20px;
    margin: 20px;
}
.formino
{
    background-color: white;
    width: 30%;
    height: 50%;
    margin:auto;
    text-align: justify;
    border-radius: 20px;
    padding: 5px;

}
.formino input
{
    width: 90%;
}

.testo-centrato
{
    text-align: center;
}
