@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@200&family=Roboto+Mono:wght@300&display=swap');

body {
	text-align: center;
	font-family: "Roboto Mono", monospace;
	background-color: black;
	color: white;
	margin: 0;
	margin-bottom: 2em;
	font-size: 12pt;
}

a {
	color: #00FF00;
}

header, main, form {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

header {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	background-color: #0066ff;
	padding: 0em;
	box-sizing: border-box;
	line-height: 150%;
	font-size: 50pt;
	letter-spacing: 12pt;
	font-family: "Encode Sans SC",
	sans-serif; 
	color: #FFFFFF
}

header img {
	width: 64px;
}

main {
	margin-bottom: 3.75em;
}

form {
	line-height: 300%;
	border: 1px solid white;
	padding: 0.5em 0em 1.5em 0em;
}

form input {
	width: 35%;
	height: 1.5em;
	line-height: 1.5em;
	background-color: black;
	border: 1px solid white;
	padding: 0.5em;
	color: #00FF00;
	font-family: "Roboto Mono", monospace;
	font-weight: bold;
	font-size: 10.5pt;
	text-align: center;
}

form input[type=submit] {
	height: 2.64em;
	width: 15%;
	cursor: pointer;
}
