* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 0;
	box-sizing: border-box;
}

body {
	background-color: #efefef;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	color: #222;
	border-top: 1vh solid #283593;
	height: 100vh;
}

img {
	width: 160px;
	margin: 10vh auto 6vh;
	display: block;
	box-shadow: 0 0.063em 0.313em 0 rgba(0,0,0,.07), 0 0.438em 1.063em 0 rgba(0,0,0,.1);
}

h1 {
	display: block;
	width: auto;
	margin: 6vh auto 2vh;
	font-size: 2.5em;
	line-height: 1;
	text-align: center;
}

p {
	color: #666;
	line-height: 1.5;
	text-align: center;
}
