/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-= STYLES DESIGNED AND BUILT BY SEYEON THOMPSON -=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

body {
	background-color: lightpink;
	text-align: center;
}

h2 {
	font-size: 100pt;
	color: deeppink;
}

h3 {
	font-size: 50pt;
	color: hotpink;
}

p {
	font-size: 12pt;
	color: black;
}

ul {list-style-type: none;
}