*{

	background: rgba(135, 40, 13, 1);
	background-color: rgba(135, 40, 13, 1);
}

li{
	background: green;
	background-color: rgba(135, 99, 13, 1);
	font-size: 1em;

}
h1{
font-family: sans-serif;
font-size: 5em;
color: white;
}
p{
font-family: serif;
	font-size: 2em;
}