/* FONT-FACE CUSTOM FONTS
@font-face {
	font-family: wrestlemania;
	src: url("../fonts/wrestlemania.ttf");
} Need to declare font face, then implement it.
*/

* 	{
	font-family: "Helvetia", "Arial", sans-serif;
}

body{
	background-color: hsl(0%, 0%, 0%)
}
h1{
	font-family: 'Pacifico', cursive;
	color:black;
	font-size: 48pt;
	text-align: center;
}
h2{
	font-family: "Helvetia", "Arial", sans-serif;
	color: magenta;
	font-size: 20pt;
	test-align: center;
}

ul {
	list-style-type: none;
}