body {
	background-image:  url(res/site_background.png);
}

@font-face {
	font-family:  titleFont;
	src: url(res/Minecrafter.Reg.ttf);
}

h1 {
	font-family: titleFont;
	text-align: center;
	font-size: 70px;
	color : white;
}

canvas {
	background-image: url(res/canvas_background.jpg);
}

div {
	text-align: center;
}

@font-face {
	font-family:  labelFont;
	src: url(res/dogica.ttf);
}

label {
	font-family: labelFont;
	color : white;
}

input {
	border : none;
	outline : none;
	//font-family: labelFont;
	font-size: 20px;
	height : 30px;
	width : 100px;
}

label.error {
	font-family:  labelFont;
	color : red;
}