* {
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 400 17px/1.5 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #f5f5f5;
	margin: 30px 0;
	color: #888;
	text-align: center;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #09c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: 700;
}
h1 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0px 0 30px;
	color: #111;
	background: url(logo.png) 50% top no-repeat;
	background-size: 200px;
	padding-top: 200px;
}
h1 span {
	border-bottom: 2px solid #bdf;
}
p { margin: 25px 0; }

p#email {
	background: url(mailbox.png) 50% top no-repeat;
	background-size: 32px;
	padding-top: 40px;
	margin-top: 2rem;
	font-size: 15px;
}
#wrapper {
	background: #fff;
	padding: 4rem 2rem 2rem;
	width: 440px;
	max-width: calc(100% - 4rem);
	margin-top: -50px;
	position: absolute;
  top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	border-radius: 5px;
	box-shadow: 0 0 50px #ccc;
}
@media screen and (max-width: 480px) {
	body {
		background: #fff;
		font-size: 15px
	}
	h1 {
		background-size: 128px;
		padding-top: 156px;
	}
	#wrapper {
		box-shadow: none;
	}
}
