﻿.div-center {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ks-container {
	margin: 0 auto;
	text-align: center;
}

.ks-upper-text {
	margin-top: 10px;
	margin-bottom: 50px;
}

.ks-logo {
/*	height: auto;*/
	width: 50%;
}