body, html
   {
    background-color: #020202;
    background-image: url("background-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
   }
