* {
  margin: 0;
  padding: 0;
  font-family: monospace, sans-serif;
}

.even {
  background-color: aquamarine;
}

.odd {
  background-color: aqua;
}

.navigation-bar h2, .banner h2 {
  text-align: center;
}

.navigation-bar {
  width: auto;
  height: 50px;
}

.banner {
  width: auto;
  height: 300px;
}

#bread-recipe-heading {
  text-align: center;
  padding: 10px 0;
}

.recipe-container {
  display: flex;
  justify-content: space-between;
}

.recipe-container li {
  border: 1px solid black;
  padding: 30px;
  list-style: none;
  background-color: aqua;
}