.header{
  background: rgb(118,118,117);
}

.footer{
  background: rgb(118,118,117);
}

body{
  
  background-image: url('/images/2035.png');
  background-repeat: no-repeat;
  background-size: 100%  100%;
  
  background-attachment: fixed;
  
}



