html, body {
	margin: 0;
	height: 100%;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #33291e;
	line-height: 1.3;
	letter-spacing: 0.02em;
	background-color: #f9f9f7;
	-webkit-font-smoothing: antialiased;
	padding: 0 1em;
}

a, a:visited {
	color: #417285;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 0.5em 0;
}

main::before {
	content: '';
	display: inline-block;
	background-image: url(../images/AG.svg);
	float: left;
	height: 52px;
	width: 27px;
	margin-right: 1em;
}

.description {
	max-width: 290px;
	margin-left: 47px;
}

.cv_link {
	margin-left: 47px;
}

