
div {
  color: #005000;
  font-family: "Verdana";
  font-weight: bold;
  text-align: center;
  border: 5px dotted black;
  background-color: white;
  border-radius: 10px;
}
body {
   background-color: #FFCA94;
}

img {
  display: block;
	margin-left: auto;
  margin-right:auto;
  max-width: 100%;
  border: 5px dotted black;
}

h2 {
		text-decoration: underline;
  	font-family: "EB Garamond";
  	font-weight: bold;
}

ul {
  background-color: white;
  color: #005000;
	font-family: "EB Garamond";
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  border: 5px dotted black;
  border-radius: 25px;
}

ol {
  background-color: white;
  color: #005000;
	font-family:"EB Garamond";
  font-weight: bold;
  font-size: 20px;
  border: 5px dotted black;
  border-radius: 25px;
}