html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {box-sizing: border-box;
}

*,
*::before
*::after {
  box-sizing: inherit;
}

body {background-color: #EADDCA;
margin: 3%;
border: 3px solid #4CBB17;
}

p {line-height: 1.5em;
font-size: 16px;
margin: 10px;
}

img {display: block; margin: 20px; width: auto; max-width: auto;
}

h1 {font-size: 50px;
text-align: center;
}

.special-center {text-align: center;
font-size: 16px;
}

h2 {
font-size: 30px;
margin-top: 10px;
margin-left: 10px;
}

footer {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}