body {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: black;
	min-width: 500px;
}

#content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 300;
}

p {
	padding: 0;
	margin: 0;
	font-size: 8vw;
	font-family: 'Indie Flower', cursive;
	color: white;
}

footer {
	position: fixed;
	bottom: 0;
	color: white;
	padding-bottom: 15px;
	z-index: 300;
	width: 100%;
	background-color: #363636;
	cursor: pointer;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: gray;
}

footer li {
	list-style: none;
	display: inline-block;
	width: 32vw;
}

hr {
	height: 12px;
	background-color: #363636;
	border: 0;
	cursor: pointer;
}

footer p {
	line-height: 12px;
	position: relative;
	color: black;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

footer ul {
	margin: 0;
	padding: 0;
}
