#page-container {
  color: purple;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  margin-bottom: 50px;
	padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
h1 {
  text-align: center;
  color:blue;
  margin-top: 50px;
  margin-bottom: 50px;
}

h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

li {
  font-size: 18px;
  line-height: 200%;
}

ol {
  font-size: 18px;
  line-height: 200%;
}

footer {
  height: 100px;
}