@charset "UTF-8";
@import url("reset.css");

/* ---- © 2019 HABICHT+PARTNER -----
		Reset default browser CSS based on work by Eric Meyer:
		http://meyerweb.com/eric/tools/css/reset/index.html

		----- Content -----
		1. Layout

------- © 2019 HABICHT+PARTNER ----- */

/* ---------- Layout ---------- */

html {
	height: 100%;
}
body {
	background-color: #000;
}
.cross {
	height: 100px;
	left: 50%;
	margin-top: -75px;
	margin-left: -50px;
	top: 50%;
	position: absolute;
	width: 100px;
}