html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #EEDA00;
	font-size: 1.4em;
	line-height: 1.6;
	color: #000000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	text-align: center;
}

.content {
	max-width: min(1200px,90%);
	margin: 50px auto;
}

h1, h2, h3, h4, h5  {
	line-height: 1.3;
	font-weight: bold;
}

a, a:hover, a:focus, a:active {
	color: #4F4F4F;
	text-decoration: underline;
	transition-duration: 0.3s;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

@media screen and (max-width:  640px) {
	.content {
		font-size: 1em;
	}

	h1 {
		font-size: 2em;
	}
}
