body {
    background-color: #171D1E;
    color: #ffffff;
}

.logo {
    text-align: center;
	position: absolute;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.logopic {
	min-width: 10%;
    min-height: 10%;
    max-height: auto;
    max-width: 100%;
}