* {
    margin: 0;
}
html, body {
     background: #000;
     color: #fff;
}
p {text-align: center;}
.footer {
     height: 5%;
     font-size: 0.7em
}
.content {
	height: 55%;
	margin-top: 20%;
	font-size: 3em
}

