h1{
  font-family:'Courier New', sans-serif;
  font-weight:800;
  text-transform: uppercase;
  letter-spacing:-0.1ch;
  color: #FFFFFF; 
}

BODY {
 width: 500px;
	  height: 700px;
	  background-color: transparent; 
    background-image: url("/1.gif");
    background-repeat: no-repeat;
    background-size: cover;
    
	}
img {
width: 400px;
height: 600px;
margin-top: -190px;
margin-left: -250px;
left: 50%;
top: 50%;
position: absolute;
}
