@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');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 24px;
	font-size: 18px;
	color: #220d00;
	font-weight: 400;
}

#wrapper {
	margin: 1rem auto;
	border: 2px #220d00 solid;
	max-width: 500px;
	position: relative;
	padding: 12px;
	background-color: #FFFFFF;
	overflow: hidden;
}

p {
	padding-bottom: 10px;
}

:is(h1, h2, strong) {
	font-weight: 700;
}

h1 {
	margin: 0 0 7px;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
}

span, strong {
	white-space: nowrap;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #220d00;
	text-decoration: none;
	white-space: nowrap;
}

img {
	max-width: 100%;
	vertical-align: top;
}

header {
	display: flex;
	justify-content: center;
	margin-bottom: 18px;
}

@media only screen and (max-width:498px) {
	#wrapper {
		border: none;
		margin: 0;
		padding: 10px 16px;
	}

	p {
		text-wrap: pretty;
		hyphens: auto;
	}

}