body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 17px;
	line-height: 1.2;
	color: #31383B;
	font-weight: 400;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

#wrapper {
	margin: 0.75rem auto;
	border: 1px #231F20 solid;
	max-width: 550px;
	position: relative;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

p {
	margin-bottom: 11px;
}

h1 {
	margin: 0 0 10px;
	font-size: 29px;
	font-weight: 700;
	color: #00294f;
}

h1 small {
	font-size: 80%;
}

h1 span {
	display: block;
	font-size: 21px;
	font-weight: 500;
}

h2 {
	font-size: 13px;
	margin: 0;
	font-weight: 700;
}

a {
	color: #31383B;
	text-decoration: none;
	white-space: nowrap;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

strong {
	font-weight: 700;
}

article {
	padding: 15px 20px;
}

article p {
	font-size: 16px;
	margin: 0 0 20px;
}

footer {
	padding: 3px 20px 15px;
}

footer:before {
	content: '';
	display: inline-block;
	background: #00294f;
	height: 3px;
	width: 70px;
	margin: 0 0 20px;
}

figure {
	margin: 0;
	width: 94px;
	position: absolute;
	bottom: 34px;
	right: 38px;
	display: flex;
	gap: 16px;
	flex-direction: column;
}

@media only screen and (max-width:550px) {
	body {
		font-size: 14px;
	}

	#wrapper {
		border: none;
		hyphens: auto;
		margin: 0;
	}

	.no {
		display: none;
	}

	article {
		padding: 1rem;
	}

	footer {
		padding: 0 1rem 1rem;
	}

	figure {
		position: static;
		width: auto;
		flex-direction: row;
		justify-content: center;
	}

	article p {
		font-size: 16px;
	}
}