* {
	margin: 0;
	padding: 0;
}

a, a:hover {
	outline: none;
	text-decoration: underline;
	color: #aeb002;
}

body {
	font-size: 1.2em;
	background-image: url("../images/fon3.jpg");
	background-size: cover;
	background-position: center;
	color: white;
}

.center_text {
	font: normal 170% 'century dothikc', arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 20%;
    margin-right: 20%;
    transform: translate(-50%, -50%)
	padding: 15px 0 5px 0;
	color: white;
	text-align: center;
}