html
{
	font-family: Courier New;
	font-size: 1em;
	text-align: center;
	color: #e8e6e6;
	background: linear-gradient(180deg, rgb(181, 85, 0) 0%, rgb(57, 24, 0) 60%), rgb(57, 24, 0) 100%;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1
{
	padding-top: 1em;
}

.raindiv{
	background-color: #000;
	max-width: 551px;
	margin-left: 32%;
}

.rainbowize {
	background-image: url('images/dot.png');
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0.00, #f22), color-stop(0.15, #f2f), color-stop(0.30, #22f), color-stop(0.45, #2ff), color-stop(0.60, #2f2), color-stop(0.75, #2f2), color-stop(0.90, #ff2), color-stop(1.00, #f22));
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	text-shadow:0 0 1px rgba(150,150,150,0.5);
}

input, textarea{
	background-color: #aaa !important
}
textarea#pumpernickle::after{
	background-color: #aaa;
	height: 100%;
	width: 100%
}

nav a{
	background-color: #aaa;
	padding: 15px;
	width: 50px;
	border-radius: 15px;
	text-decoration: none;
	color: #000;
	font-weight: 900;
}
nav a:hover{
	background-color: #666;
	padding: 15px;
	width: 50px;
	border-radius: 15px;
	color: #ccc;
}