@font-face {
	font-family: 'facepunchbold';
	src: url('/fonts/neon-lords/facepunch_tbs.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Road Rage';
	src: url('/fonts/neon-lords/RoadRage.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}




body{
	background:linear-gradient(rgb(40, 255, 0), rgb(196, 255, 20));
}

h1{
	font-family: 'facepunchbold';
	font-size: calc(1.5rem + 1.5vw);
}

h2{
	/*font-weight: bold;*/
	font-weight:normal;
	font-family: 'Road Rage';
	font-size: calc(1.5rem + 1.5vw);
}


.table-result {
	background-color:#E100E1;
	color:#FFFF00;
}

.btn-light {
	color: #000;
	background-color: #c0c0c0;
	border-color: #a0a0a0;
	border: 2px solid #0A0A0A !important;
}
.btn {
	position: relative;
	transition: all 0.2s ease;
	letter-spacing: 0.025em;
	font-size: 20px;
	border-radius: 0.125rem;
	padding: 10px 20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.btn:before {
	width: 100%;
	height: 100%;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid #858585;
	border-bottom: 2px solid #858585;
}
.btn:before, .btn:after {
	content: '';
	position: absolute;
	box-sizing: border-box;
	display: block;
	background: transparent;
	z-index: 9;
	top: 0;
	left: 0;
}
.btn:not(:disabled):not(.disabled):active:before,
.btn:not(:disabled):not(.disabled):active:focus:before {
	border-color: transparent;
	color: #000;
}
