body { background-color: #14410bff;
	color: white;
	font-family: sans-serif;
	text-align: center;
	}

h3 {
	line-height: 2em;
}

a {
	color: gold;
	text-decoration: none;
}
main { 
	margin: auto;
	width: 800px;
	height: 200px;
	display: block;
	}

footer {
    position: fixed;
    height: 50px;
    background-color: gold;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;

}
footer section {
	display: block;
	float: center;
	width: 200px;
}