main article {
	border: black 1px dashed;
	text-align: center;
	margin-bottom: 60px;
}
main article h2 {
	margin: 0 auto;
}
main article h3 {
	background-color: #213e4e;
	color: white;
	height: 80px;
	line-height: 80px;
	margin: 30px 10px 0;
}
main article ul {
	text-align: left;
	margin-left: 30px;
	list-style-type: circle;
	font-size: 1.4rem;
	line-height: 2.5;
}
main article .bold {
	font-weight: bold;
	font-size: 1.9rem;
}
main article a {
	background-color: #fb8b9b;
	text-decoration: none;
	color: white;
	height: 50px;
	display: block;
	line-height: 50px;
	font-weight: bold;
	margin: 0 10px 10px;
}