html, body {
   background-image: url("./background.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
}