.top-bar {
	display: flex;
}

body {
	background-color: darkcyan;
	color: white;
	margin: auto;
}

h1 {
	text-align: center;
}

footer {
	background-color: gold;
	color: black;
}

.return {
	text-align: center;
}