* {
	margin: 0;
	padding: 0;
}

html {
	background-color: black;
}

#outer-canvas {
	width: 100%;
	text-align: center;
}

#stripes {
	width: 960px;
	height: 480px;
}

h1 {
	text-align: center;
	color: #4af626;
}

p {
	text-align: center;
	color: #ffeeff;
	font-size: 0.8em;
}

a {
	border: 1px solid white;
	color: #00ff00;
}
