body {
	background: #fcfcfd;
}



.top_menu {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 500;
}


.top_menu a:link {
	text-decoration: none;
	color: black;
	padding: 10px 20px;
	border-radius: 8px;
}

.top_menu a:visited {
	text-decoration: none;
	color: black;
	padding: 10px 20px;
	border-radius: 8px;
}

.top_menu a:hover {
	text-decoration: none;
	color: black;
	padding: 10px 20px;
	background: #ffd600;
	border-radius: 8px;
}



.top_block {
	background: #ffd600;
	padding-top: 20px;
	padding-bottom: 20px;
}