/* 
    Created on : Feb 23, 2021, 1:16:05 AM
    Author     : krismiller
*/

body {
    color: black;
    background-color: rgb(255, 204, 102);
}

h1 {
    color: black;
    font-family: herculanum;
    text-align: center;
}

h2 {	
    color: red;
    font-family: herculanum;
}

h3 {
    font-family: herculanum;
}

h4 {
    font-family: herculanum;
}

h5 {
    color: blue;
    font-family: herculanum;
}

p {
    
}
