* {
  box-sizing: border-box;
}


#header	{
	text-align: center;
	color: #970C10;
	font-size:40px;
	background-color: #F0EDE0;
}


p {
	font-size: 20px;
}

img {
  max-width: 100%;
  height: 370px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #433F30;
}

li {
  float: left;
}


li a {
  display: block;
  color: #F0EDE0;
  text-align: center;
  padding: 30px 35px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #970C10;
}

.active {
  background-color: #433F30;
}

