html
{ height: 100%;
width: 100%}
*
{ margin: 0;
  padding: 0;}
body
{ font: normal 85% Parastoo ;
  background: #F0EFE2;
  color: #000;}
  
img
{ 
padding: 0px;
position: relative;
top: 40px;
left: 50px;
}
#h2{
position: absolute;
top: 240px;
left: 220px;

}

#logo
{ 
margin-left: auto;
  margin-right: auto;
  width: 1137px;
  position: relative;
  height: 79px;
  background: url(top.jpg) no-repeat;
  border-bottom: 4px solid #FFD851;}
#content 
{ width: 1085px;
  height:620px;
  overflow: hidden;
  text-align: right;
  margin: 0 auto 0 auto;
  padding: 55px 20px 80px 33px;
  background: #FFF url(content.png) no-repeat;
color: #362C20;
position:relative;
  border-bottom: 20px solid #67cdd2;

}
h3
{ 

color: #FF0000;
 position: absolute;
top: 430px;
right: 125px;
}
h6
{ color: #362C20;
  margin: 0;
  padding: 0 0 0 0;
  
}
.tile svg{
  float: left;
  padding: 60px;
  position: relative;
top: 40px;
left: 30px;

}
.tile :hover{
fill: #67cdd2;
text-color:#67cdd2;
}

.descriptions{
position: absolute;
top: 240px;
right: 120px;
margin: -70px 0;
font: normal 180% Parastoo;
  
  }
A.class1 {color:#FFD851;}
A.class1:link  {text-decoration: none; color: #FFD851;}
A.class1:hover {text-decoration: none; color: orange;}

