body, h1, h2 {
	text-align: center;
    font-family: 'Roboto Condensed', sans-serif;

}

h1, h2 {
	font-size: 1.5em;
}

p {
	text-align: justify;
	font-size: 1em;
}

#wrapper {
	margin-bottom: 500px;
}


#glitch_container {
	width: 50%;
	float: left;
}
	
#live_container {
	width: 50%;
	float: right;
}

h2 {
	display: none;
	clear:  both;
}

#myContent {
	display: none;
}

#reload {
	width: 80%;
	text-align: center;
	background-color: black;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	
}

#reload a {
	color: white;
	text-decoration:none;
}

#reload a:hover {
	text-decoration:underline;
}

