body {
    
    background-image: url("RedBG.jpg");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

 