html {
	background-color: #f5f6f8;
	padding:0.2em;
	display: flex;
	justify-content: center;
}

body {
	color:#002e3d;
	font-family: 'Arial', sans-serif;
	margin: 1em auto 1em auto;
	padding:1em;
	max-width:500px;
	background-color: #ffffff;
	box-shadow: 0 5px 5px #dadada;
	border-radius:0.5em;
}

h2 {
	
}

h3 {
	font-weight:normal;
	padding:0;
	margin:0 0 1em 0;
	font-size:1em;
}
section {
	display:flex;
	flex-direction:row;
	margin:0 0 2em 0;
}

section img {
	margin:0 1em 0 0;
	width:150px;
	height:200px;
	border-radius:0.5em;
}

section p {
	color:#8493a6;
}

section footer {
	font-size:0.8em;
}

section footer a, section footer a:visited {
  color:#8493a6;
  text-decoration:none;
}

section footer a:hover {
	text-decoration:underline;
}
