body {
  background-color: #ffb059;
  color: black;
  font-family: Arial;
  width: 50%;
  margin: auto;
  height: 100%
}

div h2{
	margin-right: 50px;
}
div h3{
	margin-left: 50px;
}

div p {
	font-size: 20px;
}

div ul{
	list-style: square;
	display: inline-block;
	font-size: 20px;
}

#mesa {
  max-width: 23em;
  max-height: auto;
}

#combat {
  margin-bottom: 5em; 
}

#fit {
 max-width: 15em;
 max-height: auto;
}