
body {
  background-color: black;
  background-image: url("../images/screen.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-size: contain;
 
  color: black;
  font-family: Verdana;
}