body {
	height: 100%;
	margin: 0;
	font-size: 100%;
	font-family: sans-serif;

}

img {
	max-width: 100%;
}

.wrapper {
	display: flex;
	background: #ddd;
	min-height: 100%;
	align-items: center;
  	justify-content: center;
}

.content-top {
	background: #eee;
	padding: 3em;
	text-align: center;
}

.content {
	margin: auto;
}

.content-middle {
	background: #fff;
	padding: 3em;
}

.content-bottom {
	text-align: center;
}

a {
	color: #0273AB;
}

h1 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}

.summary {
	color: #0273AB;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	margin-bottom: 2em;
}