@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'playfair_displayregular';
    src: url('fonts/playfairdisplay-regular-webfont.eot');
    src: url('fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('fonts/playfairdisplay-regular-webfont.woff') format('woff'),
         url('fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
         url('fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

  
body {
        background:#8a7c5a;
}

h1 {
   font-family:"playfair_displayregular";
     	position:absolute;
        top:250px;
        left:300px;
   		width:1000px;
   		color:white;  
   		font-size:52px;
  
  
   
	}

h2 {   
   font-family:"playfair_displayregular";
       	position:absolute;
       	top:700px;
       	left:325px;
   		width:1000px;
   		font-style:italic;
   		font-weight:200;
   		color:white;
   		font-size:24px;
 

	}
h3 {
   font-family:"playfair_displayregular";
     	position:absolute;
        top:170px;
        left:300px;
   		width:1000px;
   		color:#00ff00;  
   		font-size:33px;
  
  
   
	}

 a, a img, img {                 
	outline : none;
	border : 0;
    color: white;
    font-family: "playfair_displayregular";
    text-decoration:none;
    font-size: 50px; } 


a:hover {
       color:purple;
}

.bg {
	
        position:absolute;
       	top:50px;
        width: 1500px;
	height: 750px;
	background: url(solved.gif);	
}




.wrapper {
        width:1500px;
        height:750px;
        position:relative;
        margin: 0px auto;
}



.text1 {
          font-family:"playfair_displayregular";
	  position:absolute;
        top:765px;
        left:1350px;
        -ms-transform: rotate(-8deg); /* IE 9 */
        -webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
        transform: rotate(-8deg)
        
   
}

