@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000000;
	margin-left: 200px;
	margin-right: 200px;
	text-align: center;
	font-size: 20px;
    font-family: audiowide;
	color: white;
	position: relative;
}

@media screen and (max-width: 800px) {
  body {
    margin-left: 5px;
	margin-right: 5px;}
}