body{
    background: url(IMG/sfondo.jpg); 
    background-repeat: no-repeat; 
    margin-top: 50px; 
}
.logo {
    width: 300px;
    height: 290px; 
}

p {
    font-family: 'Roboto', sans-serif;
    text-align: center; 
    font-size: 18px; 
}

h1 {
    color: black; 
    text-align: center; 
}