@font-face {
	font-family: 'Micro5';
	font-weight: 400;
	src: url('assets/fonts/micro5-regular-webfont.woff2') format('woff2'),
		   url('assets/fonts/micro5-regular-webfont.woff') format('woff');
}

.ascii {
	white-space: pre;
	overflow-x: auto;
	font-size:8px;
	border-color:#686D25;
	border-style:inset;
	padding:5px;
}

.page {
	position:relative;
	z-index:1;
	border-style:inset;
	border-color:#686D25;
	border-top-style:none;
	border-bottom-style:none;
	border-width:4px;
	max-width:900px;
	width:100%;
	min-height: 100vh;
	background:black;
	
	align-items:center;
	display:flex;
	flex-direction:column;
	
	font-size:48px;
}

input {
	font-size:24px;
	font-family: 'Micro5';
	font-weight: 200;
	justify-content:center;
	color: #686D25;
	background-color:black;
	width:170px;
	height:30px;
	border-color:#686D25;
	border-Highlight:orange;
}

body, p {
	margin:0;
}
body {
	font-family: 'Micro5';
	min-height:100vh;
	
	display:flex;
	justify-content:center;
	
	color: #686D25;
	
	background:black;
	background-image: url('/assets/img/esawebb.jpg');
	background-size:cover;
}
}