@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.35;
	font-size: 16px;
	color: #231F20;
	font-weight: 400;
}

#wrapper {
	margin: 1rem auto;
	border: 2px #231F20 solid;
	max-width: 560px;
	position: relative;
	padding: 16px 136px 5px 16px;
	background-color: #FFFFFF;
	overflow: hidden;
}

p {
	padding-bottom: 3px;
}

:is(h1, h2, strong) {
	font-weight: 700;
}

h1 {
	margin: 0 0 15px 16px;
	font-size: 20px;
	line-height: 24px;
}

h1:before {
	content: "\2022";
	float: left;
	font-size: 22px;
	text-indent: -16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #231F20;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: top;
	position: absolute;
	right: 16px;
}

footer img {
	bottom: 16px;
	right: 16px;
}

span {
	white-space: nowrap;
}

h1 small {
	display: block;
	font-size: 80%;
}

@media only screen and (max-width:559px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	p {
		hyphens: auto;
		text-wrap: pretty;
	}

	br {
		display: none;
	}

}

@media only screen and (max-width:520px) {
	#wrapper {
		padding-right: 16px;
	}

	img {
		position: static;
	}

	header,
	footer {
		display: flex;
		justify-content: center;
		padding: 10px;
	}

}