.navigation {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation li {
  margin: 0 10px;
}

.navigation a {
  text-decoration: none;
}



/* This CSS stylesheet controls the layout of the navigation links on top of the page */
