YellowText {
	font: 2.2em Verdana;
	color: #ffde00;
}

#triangle-down {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 26px solid #f9bc04;
	margin: auto;
}

BlueText {
	color: #48639a;
	font: 2.2em Comfortaa;
}

#triangle-up {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 26px solid #48639a;
	margin: auto;
}