
body {
	background-color: #333333;
}

h1 {
	color: white;
	text-align: center;
	margin: 3px 0;
}

p {
	font-size: 20px;
}

h1,p,h2,h3 {
	color: white;
	font-family: "Space Mono", monospace;
	font-weight: 400;
	font-style: normal;

}


a {
	color: #cae81e;
}

.separator {
	border: 0;                
    	border-top: 2px solid #ccc; 
    	margin: 20px 0;          
}

.links {
	text-align: center;
	margin: 3px 0;
}
