@font-face {
    font-family: allods; /* Ð“Ð°Ñ€Ð½Ð¸Ñ‚ÑƒÑ€Ð° ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
    src: url(allods.ttf); /* ÐŸÑƒÑ‚ÑŒ Ðº Ñ„Ð°Ð¹Ð»Ñƒ ÑÐ¾ ÑˆÑ€Ð¸Ñ„Ñ‚Ð¾Ð¼ */
}

span.red{color: red; font-family: 'allods';}
span.blue{color: #508CFF font-family: 'allods';}
span.yellow{color: #FFD400; font-family: 'allods';}
span.green{color: #00E526; font-family: 'allods';}


.unity-logo{
	height: 131px;
	width: 400px;
	background: url(../images/unity-logo.png) no-repeat;
	margin: 0 auto;
	margin-top: -5px;
	position: absolute;
	left: 230px;
	right: 0;
	top: 635px;
}
.copyright{
	text-align: center;
	font-size: 15px;
	color: white;
	font-weight: bold;
	position: absolute;
	font-family: 'allods';
	
	left: 330px;
	top: 650px;
	width: 215px;
	height: 50px;
	
}
.copyright a:hover{
	color: white;
	
}