* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
}
body, td, th, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font:62.5% Georgia, "Times New Roman", Times, serif;
	color:#333;
	position:relative;
}
a {
	color:#ffae1b;	
}
a:hover, a:focus, a:active {
	color:#1b4397;
}
a img {
	border:none;
}
p {
	margin-bottom:1.1em;
}
div#wrapper {
	min-height:100vh;
	margin-left:auto;
	margin-right:auto;
	font-size:1.8em;
	line-height:1.4em;
	display:flex;
	align-items:center;
	justify-content:center;	
	padding:0% 10%;
}
div#info {
	margin:20px auto;
}