#text {
	background-color: white;
	border-radius: 0.5em;
	padding: 3em;
	text-align: justify;
	font-family: "Open Sans", Arial, sans-serif;
}

#text > p {
	margin: 0 0 2em 0;
}

#text > img {
	display: block;
	width: 30%;
	max-width: 60vmin;
}