body {
	background-color: #121110;
}

h1 {
	font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

	text-decoration: none;

	color: honeydew;
}

input {
	background-color: #121110;
	color: lightsalmon;
}
a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: none;
	color: white;
}

.defbutton {
	font-family: "Quicksand", sans-serif;
	background-color: #ff5000;
	border: none;
	color: antiquewhite;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 800;
	display: inline-block;
	font-size: 24px;
	margin: 4px 2px;
	cursor: pointer;

	width: 		320px;
	height: 	120px;
}

.smallbutton {
	font-family: "Quicksand", sans-serif;
	background-color: #ff5000;
	border: none;
	color: antiquewhite;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-weight: 800;
	display: inline-block;
	font-size: 24px;
	margin: 4px 2px;
	cursor: pointer;

	/* width: 		320px; */
	height: 	60px;
}

.big {
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

	font-size: 36px;
	line-height: 2;

	text-decoration: none;

	color: antiquewhite;
}

.notsobig {
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

	font-size: 28px;
	line-height: 2;

	text-decoration: none;

	color: antiquewhite;
}


.small_light {
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

	font-size: 16px;
	line-height: 1.5;

	text-decoration: none;

	color: #607059;
}

.small_orange {
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

	font-size: 16px;
	line-height: 1.5;

	text-decoration: none;

	color: #ff5000;
}

.small_white {
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;

	font-size: 16px;
	line-height: 1.5;

	text-decoration: none;

	color: white;
}

.error {
	color: honeydew;
	background-color: red;
}

.ok {
	color: #50ff00;
}

.valid {
	color: honeydew;
	background-color: green;
}

.limit {
	color: honeydew;
	background-color: #afb000;
}

.warning {
	color: honeydew;
	background-color: #ff5000;
}

.info {
	color: honeydew;
	background-color: blue;
}