@charset "UTF-8";
body {
	background-color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
}
h1 {
	font-family: "Arial Black";
	font-weight: bold;
	font-variant: normal;
	font-size: x-large;
	text-align: left;
	text-shadow: 0 0 0;
}
footer {
	font-size: x-small;
}
section {
	width: 90%;
	min-width: 90%;
	text-align: center;
	background-color: #000000;
	background-size: 100px 100px;
	border-radius: 50px;
	margin-top: 2px;
	max-width: 60%;
	padding-left: 5%;
	padding-right: 5%;
}

@media screen{
section a img {
}
}
