/**
* Author: Maxim Vovenko
* Copyright: All Rights Reserved
*/

body {
    background-color: black;
    color: ghostwhite;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.SubHeading {
	font-style: italic;
}

.home {
	height: 400px;
	min-height: 100%;
	width: 100%;
	text-align: center;
}