html, body {
	margin: 0px;
	padding: 30px;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	background-color: rgb(78, 78, 78);
	color: rgb(220, 220, 220);
/*	font-family: 'Fauna One', serif;*/
/*	font-family: 'Roboto', sans-serif;*/
/*	font-family: 'Segoe UI', 'Lucida Grande', 'Ubuntu', 'sans-serif';*/
/*	font: menu;*/
	font-family: -apple-system, BlinkMacSystemFont,
		"Segoe UI", "Roboto", "Oxygen",
		"Ubuntu", "Cantarell", "Fira Sans",
		"Droid Sans", "Helvetica Neue", sans-serif;
}

.bigLabel {
    position: relative;
	display: inline-block;
	color: rgb(164, 164, 164);
	font-size: 2em;
	font-weight: bold;
}

.error {
	color: rgb(255, 96, 96);
	/*font-weight: bold;*/
}

a {
	color: rgb(220, 220, 220);
}
