@CHARSET "ISO-8859-1";
html, body {
	min-height: 100%;
	overflow-x: hidden;
}
.center {
	margin-top: -75px;
	display: table;
	width: 100%; /* Falls es sich um ein Block-Element handelt */
	height: 100vh; /* Im besten Fall hat das Eltern-Element bereits eine Höhe, diese Anweisung kann dann ignoriert werden */
}
.box {
	display: table-cell;
	vertical-align: middle;
}

body {
	background: #F1F1F1;
	overflow-x: hidden;
}