@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic');
html {
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #3F51B5;
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}

#content{
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

#site_content, #rules_content{
	padding: 50px;
	font-size: 16px;
	color: #DEDEDE;
}
a {
	text-decoration: none;
	color: #000000;
}