@import url('https://fonts.googleapis.com/css?family=VT323');

* {
	font-smooth: never; -webkit-font-smoothing : none;
	box-sizing: border-box;
}

html {height: 100%;}
body {
	background: #222;
	font-family: 'VT323', monospace;
	font-size: 1.3em; font-weight: 100;

	color: #cf0879;
	background: #010000;

	margin: 0;

	min-height: 100%;
	display: flex; flex-direction: column;
}

strong {
	color: #010000;
	background: #cf0879;
	padding: 0em 0.1em 0em 0em;
}

main {
	flex: 1;
	padding: 1em;
}

footer {
	margin: 0.8em;
	padding: 0.2em;
	border: 1px solid #cf0879;
}
footer a {text-transform: uppercase;}

a {color: #010000; background: #cf0879; }
a:visited {background: #cf0879;}

h1 {font-size: 1.8em; margin: 0 0 20px 0;}
h2 {font-size: 1.3em;}

h1,h2,h3,h4,h5,h6 {font-weight: 100;}