    @import url("wicked.css");
   body {
    background-image: url("rdsservices logo.png"); background-size: contain; background-repeat: no-repeat; background-position: center bottom;
    
    background-image:    url("rdsservices logo.png");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
     
}
