body {
    background: #F7F7F7;
}

#results {
	text-align: center;
}

#results img {
	border-radius: 10px;
	border: 10px solid white;
	box-shadow: 0 5px 10px #00000025;
}

#results p {
	hyphens: auto;
	text-align: justify;
	text-indent: 1.5em;
}