html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	background-image: url('bkg.png');
	background-position: 80px 80px;
    background-color: #111111;
    font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
    font-weight: bold;
    color: #eee;
    margin: 0;
}

h1 {
	color: #ff8717;
	font-size: 4em;
	font-weight: 100;
}

h2 {
	color: #ff8717;
	font-size: 3em;
}

h3 {
	color: #ff8717;
	font-size: 2em;
}

p {
	font-size: 2em;
}

a {
	color: #ff8717;
}

input, button {
	display: block;
	margin: 15px 0;
	font-size: 2em;
	padding: 15px;
	width: 80%;
	box-sizing: border-box;
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
    font-weight: bold;
    border: 0;
    background-color: #ddd;
    color: #111;
}

.disclaimer {
	font-size: 1em;
	color: #c2650e;
	font-weight: normal;
	padding-top: 20px;
}