@charset "ISO-8859-1";

.head {
	color: white;
	background: #91214e;
	font-size: 180%;
	border: 1px solid #ebb6cb;
	padding: 6px 10px 8px 10px;
	width: 30%;
	border-radius: 1rem;
}

.thumbnail h5 {
	text-align: center;
	font-weight: bold;
}

.thumbnail img {
	border-radius: 20%;
	border: 1px solid #91214e;
	padding: 5px;
}

.thumbnail img:hover {
	box-shadow: 0 0 2px 2px #ebb6cb;
}