    
/*body {
    background-image: url("https://i.imgur.com/blOCpdQ.png");
    background-repeat: no-repeat;
    background-position-x: 1%;
    background-size: 7%;
    z-index: -1;

  }*/
  
body {

  background-image: url(https://i.imgur.com/blOCpdQ.png), url(https://i.imgur.com/blOCpdQ.png);
  background-size: 7%;
  background-position: right top, left top;
  background-repeat: no-repeat, no-repeat;

  }

*{
  margin:0;
  padding:0;

}

.header{
  padding:20px;
  width:100%;
}

.header h1{
  text-align:center;
  color: grey;
  font-weight:bold;
}

.w3-container h5{
  text-align:center;
  color:grey;
  font-weight:light;
}

.w3-hover-grayscale{
  cursor:pointer;
}