@charset "UTF-8";




.section{
	height: 230px;
	text-align: center;
	padding-top: 30px;
	min-width: 900px;
}

.subsection {
    width: 270px;
    height: 180px;
    padding-top: 60px;
}

.subsectionText {
	color: lightgray;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	align-self: baseline;
}

#ss1 {
	margin-left: 10px;
	margin-right: 30px;	
}

#ss2 {
	margin-left: auto;
	margin-right: auto;
}

#ss3 {
	margin-right: 10px;
	margin-left: 30px;
}
