#titolo {
    font-family: "Audiowide", sans-serif;
    text-align: center;
    font-size: xxx-large;
    color: aliceblue;


}

body {
  background-image: url('img/background_main.jpg');
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  background-attachment: fixed;

}

