body {
	background-color: #cccccc; /*lightgray;*/ /* aliceblue; */
}
h1, h2, h3 {
	text-align: center;
	padding: 0;
	margin: 0.5rem;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.25rem;
}
h3 {
	font-size: 1.1rem;
}

#buttons {
	position: relative;
	text-align: center;
	margin-bottom: 1rem;
}

#imgs {
	position: relative;	
	display: flex;
	align-items: center;
}
