figure {
	display: flex;
	flex-direction: column;
	align-items: center;
}

figure figcaption {
	display: flex;
	flex-direction: row;
	justify-content: space-around;

	// width: 280px;
	background-color: white;
	color: red;
	// padding: 10px 5px 10px 5px;
	z-index: 10;
	font-weight: 900;
	margin-top: 50px;
	font-size: 12pt;
}
