body {
	/* Image Location */
	background-image: url("../img/background.jpg");

	/* Background image is centered vertically and horizontally at all times */
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
	mix-blend-mode: color-burn;
}
h1 {
   background-color: white;
   width: 80%;
   height: 400px;
   padding: 40px;
   font-size: 3em;
   font-weight: 600;
   mix-blend-mode: color-burn;
}

 div.outer { position: relative; height: 12px; }
 div.outer img { position: absolute; right: 0; bottom: 0; mix-blend-mode: color-burn;}
 div.upperleft { position: relative; height: 24px; }
 div.upperleft img { position: absolute; left: 0; top: 0; mix-blend-mode: color-burn;}