body, body *{
	font-size: 15px;
	font-family: 'Roboto';
}

a {
	color: white !important;
} 

.section {
	padding: 20px 20px;
	margin: 5px 20px;
	background-color: #a2cff0
}

.title {
	font-weight: 700;
}

.section-title {
	font-size: 25px;
	font-weight: 700;
	padding: 10px 0;	
}

.section-subtitle {
	font-size: 20px;
	padding: 8px 0;
	font-weight: 500;
}