.big{
	font-size: 5em;
}
.small{font-size: 2em;}
.medium{
	font-size: 3.5em;
}
.huge{
	font-size: 7em;
}

.grey{
	color: gray
}
.red{
	color: red;
}
.blue{
	color: aqua;
}
.orange{color: orange;}
.green{color: green;}
a{
	text-decoration: none;
}
.pink{
	color: pink;
}
#contain{
	width: 80%;
	border: solid;
	padding: 2%;
	margin: 0 8%;
	background-color: white;
	text-align: center;
}
body{
	background-image: url(../images/colors.png);
}
.a{
	font-family: 'Fredoka One', cursive;
}
.b{font-family: 'Quattrocento Sans', sans-serif;}