

 body {
  font-family: "NimbusSans";
   
  background-image: url('MH1_E.png');
  background-repeat: repeat-x;
  background-color: #000000;
  background-attachment: fixed;
  background-size: 100%;
  background-position: 50% 50%;
  }
  
  .nav {
      position: absolute;
      right: 80%;
    }

