@import url("victor-mono/victor-mono.css");

html {
	min-height: 100%;
}
body {
	min-height: 100%;
  font-family: "Victor Mono";
	font-weight: 500;
	background: #000;
	background-image: linear-gradient(to bottom, #000 0%, #ccc 120px); 
}
.content {
	background: #ddd;
	width: 70%;
	border: solid;
	border-color: grey;
	margin-left: 10%;
	padding: 5%;
}
.glow {
	font-size: 80px;
	font-weight: bold;
	color: #c0c0c0;
	text-align: center;
	background-color: #151515; 
	text-shadow: 
		0 0 20px #aaaaaa, 
		0 0 30px #000000,
		0 0 40px #000000, 
		0 0 50px #000000, 
		0 0 60px #000000, 
		0 0 70px #000000, 
		0 0 80px #000000;
}
.glowblack {
/*	font-size: 80px; */
	color: #404040; 
/*	text-align: center; */
	text-shadow: 
		0 0 20px #444;
/*		0	0 30px #000,  */
/*		0 0 40px #000,  */
/*		0 0 50px #f00;  */
}
.footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #aaa; 
	background: linear-gradient(#ccc 0%, #666 80%, #000 100%);
	color: black;
	text-align: right;
}
