@charset "utf-8";
/* Author: Tan Jie Ying 
	Date: 09 October 2023 
*/

body{
	font-family: 'Heebo', sans-serif;
	background:#F4F0E8;
	margin: 0px;
}

/* Element Selector */

h1 {
	color:#5B4411;
}

p {
	color:#5B4411;
}

/* Class Selector */
.second-heading{
	color:#886E34;
}

.third-heading{
	color:#816018;
}

.forth-heading{
	color:#9C8041;
}

.header ol ul li {
	display: inline;
}

/* Child Selecter */

ol.list > li {
	font-style:normal;
	color: #A78234;
}

ul.list > li {
	font-style:normal;
	color: #A78234;
}

ol.list > li {
	font-style:normal;
	color: #A78234;
}






