#navigation-bar {
  background-color: bisque;

	margin-top: 3.5em;
  margin-bottom: 3em;
	display: flex;
	flex-direction: column;
  padding: 1em 2em;
}

#navigation-bar div {
  margin-bottom: 2em;
}

#navigation-bar h3 {
  margin-bottom: 0.5em;
  text-align: center;
}

#about-section ul {
  margin-top: 2em;
  margin-bottom: 2em;
}

#about-section li {
  margin: 0.5em 2.5em;
}