body {
	background-color: white;
}
header {
	text-align: center;
}
header p{
	font-weight: bold;
}
h1,h2,h3,h4 {
	color: brown;
}
h1,h2 {
	text-align: center;
}
ul {
	list-style-type: none;
}
li {
	margin-top: 1em;
	margin-bottom: 1em;
}