			html, body { margin: 0; height: 100%; }
			body { display: flex; justify-content: center; align-items: center; width: 100%; text-align: center; font-family: Tahoma, Arial; color: #FFF; background: #333; }
			div#wrapper { width: 100%; }
			h1 { background: #111; padding: 10px; box-shadow: 0px 25px 24px 0px rgba(66, 68, 90, 1); }
