body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px;
}

h1 {
  color: navy;
  font-size: 28px;
  font-weight: 600;
}
h2 {
  color: black;
  font-size: 22px;
  font-weight: 600;
  margin-left: 20px;
  
}
h3 {
  color: darkblue;
  font-size: 22px;
  font-weight: 400;
}
p {
	margin-left: 20px;
	
	padding: 12px;
	
}
ul {
	background-color: #EFEFEF;
	padding: 30px;
	margin: 20px;
	border-radius: 14px;
}
strong {
  font-weight: semibold;
  color: #444444;
}