html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background-color: white;
	color: #1B1919;
	font-family: 'Martel Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

hr {
	border: none;
	border-top: 1px solid #999;
	margin: 28px 0;
}

a {
	color: darkorange;
}

.page {
	position: relative;
	margin: 0 auto;
	/*max-width: 768px;*/
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-content {
	position: relative;
	margin: 0 10% 0;
	/*padding: 20% 10px;*/
	padding: 40px 10px 10px;
	background-color: rgba(255,255,255,.6);
	z-index: 2;
	max-width: 584px;
}

.page-content img {
	max-width: 220px;
}

.page-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-end {
	position: fixed;
	width: 143px;
	height: 141px;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}

.page-end img {
	display: block;
	position: absolute;
	left: -46px;
	bottom: -23px;
	width: 143px;
}
