* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

}


html,body,article {
height: 100%;
min-height: 100%;}
body {
	background-color: #cd9e80;
	color: #000;
	text-align: center;
	line-height: 1;
	padding: 20px;
}
article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

h1 {
	color: #8fc9ba;
	font-size: 50px;
}
h2 {
	font-size: 30px;
	margin: 50px 0;
}

p {
	position: absolute;
	bottom: 10px;
	left: 20px;
	background: #fff;
	padding: 2px;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #707070;
}

img {
	max-width: 100%;
	height: auto;
}