h1 {

font-size: 24pt;
color: white ;

background-color: rgb(63, 34, 4);

} 
 
 body {
	 background-color: rgb( 253, 241, 184)
 }
 
 h3{
	 font-size: 17pt; 
	 color: rgb(88, 41, 0);
 }
 
h4{
	 font-size: 16pt; 
	 color: rgb(88, 41, 0);
}

h5{ 
    font-size: 14pt;
	color: black;
}