body { 
    background-image: url("img/Logo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-color: black;
    background-size: 50%;
  }