body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:1.4;
    background-image:url("images/rainbow.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
h1{
   text-align: center;
   color:white;
}