.newbody {
 position: relative;
 WIDTH:80%;
 background-image: var(--img-URL);
 background-repeat:no-repeat;
 background-size:cover; 
 background-attachment: fixed;
 background-color: var(--bgnd-Color);
} 