html {
  margin: 0;
  padding: 0;
  }

 body {
  background-image: url("Images/bgnd_05.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial;
}