body {
    background-image: url("img1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center; 
     background-size: 1500px 1200px;
}

h2 {
    
    color:#50C878;
}


