
body {
	background-color: black;
	text-align: center;
}

a {
	color: red;
}

.banner {
	color: red;
}

h1 {
	font-family: 'Orbitron', sans-serif;
	color: red;
}

h2{
	font-family: 'Telex', sans-serif; 
	color: red;
}

h3{
	font-family: 'Telex', sans-serif; 
	color: red;
}

.footer {
	color: white;
	font-family: 'Telex', sans-serif;
}

audio {
	display:none;
}