ul {
  list-style-type: disc;
  margin-left: 50px;
}

ol {
  list-style-type: circle;
}

li {
  margin-bottom: 10px;
}

ul > li {
	font-weight: 700;
}

h3 {
	margin-left: 50px;
  margin-top: 3em;
}