#services
{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#services caption
{
	font-weight:bold;
	font-size:3em;
	margin:30px;
}

#services th
{
	font-size:2em;
}

.learn_more_button
{
	background-color:black;
	width:120px;
	height:40px;
	font-weight:bold;
	display:grid;
	place-items:center;
}

.learn_more_button a
{
	color:white;
	text-decoration:none;
}

.learn_more_button a:hover
{
	text-decoration:underline;
}