body {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100vh;
	background-color: #69F7BE;
}
main, footer {
	padding: 8px;
	display: flex;
}
main {
	flex: 1;
	flex-direction: column;
}
footer {
	background: grey;
}

button {
	cursor: pointer;
	font-size: 100%;
	border: 1px solid black;
	border-radius: 4px;
	padding: .5rem 1rem;
	background: white;
}

#footerImages {
	margin: auto 0 auto auto
}

footer img {
	max-height: calc(1em + 16px);
}

#image {
	margin: 0 auto;
	max-width: 75%;
}