/* Введите Ваш код CSS тут */
.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}


.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 0;
	max-width: 1600px;
	min-height: 230px;
	padding: 0 120px;
	text-decoration: none;
	width: 100%;
}

.site-title {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	  margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 400px;
	padding: 0px 0 10px;

  
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 500px;
}

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}