body {
	background-color: rgb(5, 46, 68);
}

#logo {
	margin-top: -40px;
	display:none;
}

div.data {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 180px;
	width: 100%;
	text-align: center;
}


footer {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	text-align: center;
	color: white;
}

a,a:visited {
	color: white;

}
