
*
{
margin; 0;
padding; 0;
}


body {
	background-color: orange;
}

h1 {
	font-family: "reitamregular", "Times New Roman", serif;
	color: red;
	font-size: 72pt;
	text-align: center;
}

h2 {
	font-family: "Times", Arial, sans-serif;
	color: black;
	font-size: 24pt;
	text-align: center;
}

h3 {
	font-family: "lemon", sans-serif;
	color: darkgreen;
	font-size: 18pt;
	text-align: left;
}
ul {
	list-style-type: none;
}

img {
	align-content: center;
}


/* LOAD CUSTOM FONTS
ONTO THE PAGE USING 
THE FONT-FACE RULE!*/

@font-face {
	font-family: lemon;
	src: url("../fonts/lemon.otf");
}

@font-face {
	font-family: reitamregular;
	src: url("../fonts/reitamregular.otf");
}
