.container {
	font-family: arial;
	font-size: 24px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content {
	width: 20em;
}
