@charset "ISO-8859-1";

.head {
	color: white;
	background: #91214e;
	font-size: 180%;
	border: 1px solid #ebb6cb;
	padding: 6px 10px 8px 10px;
	width: 22%;
	border-radius: 1rem;
}


.headline{
	font-size: 150%; 
	color: #91214e; 
	/* text-shadow: 2px 2px #ebb6cb;" */
}

#contents{
	line-height:2;
	font-size: 120%; 	
	border-radius: 1rem;
	border: 5px solid #ebb6cb;
	shadow: 2px 2px #ebb6cb;
}
