* {

text-align: center;
color: #333;
font-family: 'Courgette', cursive	
}


html,body {
	background: url(../images/linen-fine.jpg);

}

header img {
	margin-bottom: 40px;
	margin-top: 30px; /*отступ с верху*/ 
}

 section h2 {
font-weight: normal; 
font-size:30px;
font-style: normal;
line-height: 100%;
margin: 0;
padding: 0;
color: #333;
margin: 18px 0; /*отступ*/

 }

 section p.first {
text-decoration: underline;
 }
 section p {
 	font-size: 36px;

 }
 
 footer p {
 	margin-top: 24px;
 }
.hr {
	border-bottom: 1px solid #999;
}
