body {
	background-color: #3c4b64!important;
	color: white;
}

.logo {
	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #212529;
    color: #a5a5a5;
    text-align: center;
}