body {
	margin:0;
	background-color: #011936;
	font-family: sans-serif;
}
.main-content {
	position: fixed;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: white;
}