body {
  background-image: url('../images/background.png?v=1234');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  
 /* background-color: #003c7f; */
  
  

}
