/*`*/
@font-face {
	font-family: scanlined; /* set name */
	src: url(5-x-7-scanlines.ttf); /* url of the font */
}
@font-face {
	font-family: spectrum;
	src(zx-spectrum.ttf);
}

* {
	/*to fix screen size issues*/
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 background-position: right;
	 font-family: scanlined;
	 font-size: 15pt;
	 line-height: 19pt;
}

input {
    background: #000000;
    color: #a6da95;
}

textarea {
    background: #000000;
    color: #a6da95;
}

body {
	margin: 10pt;
	font-family: scanlined;
	font-size: 15pt;
	background: #020202;
	color: #A6DA95;
}

h1 {
	font-size: 20pt;
}

header {
	font-family: scanlined;
	font-size: 15pt;
	background: #020202;
	color: #A6DA95;
	position: fixed;
	top: 0;
	width: 100%;
	margin-bottom: 5pt; 
}

footer {
	font-family: scanlined;
	font-size: 15pt;
	background-color: #020202;
	color: #A6DA95;
	position: fixed;
	bottom: 0;
	margin-top: 5pt;
	size: 100%;
}

a {
	color: #a6DA95;
}
