:root {
	font-size: 16px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

#wrapper {
	margin: 1rem auto;
	border: 1px #85c440 solid;
	max-width: 410px;
	position: relative;
	background-color: #85c440;
	overflow: hidden;
}

p {
	margin-bottom: 12px;
}

p span {
	white-space: nowrapl;
}

h1 {
	font-size: 31px;
	position: absolute;
	bottom: 3px;
	left: 22px;
	right: 22px;
	color: #84C440;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

h1 small {
	font-size: 24px;
}

h2 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 10px;
}

h3 {
	border-top: 2px solid #fff;
	font-size: 28px;
	padding: 5px 0 6px;
}

h3 span {
	display: block;
	font-size: 18px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

header {
	position: relative;
}

header p {
	position: absolute;
	top: 98px;
	left: 22px;
}

article {
	padding: 6px 22px 0;
}

footer {
	padding: 0 22px 16px;
}

footer p {
	font-size: 14px;
	margin: 0;
}

@media only screen and (max-width:408px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	article {
		padding: 10px 16px 0;
	}

	footer {
		padding: 0 16px 16px;
	}

	.hiden {
		display: none;
	}

	h1, h2, h3, p {
		text-align: center;
		hyphens: auto;
	}

	header p, h1 {
		position: static;
		margin: 10px 16px;
	}

}
