

  body {
    background-image: url(background.jpg) ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
    background-color: black;
    color: black;
    font-family: Verdana;
  }

