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("/img2.gif");
    background-repeat: no-repeat;
    background-size: cover;
	}