body {
  background-color: #a3b18a;
  font-family: Poppins;
}

.head-container {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}

button {
  font-family: Poppins;
  text-align: center;
}

.opening-con {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.img-img {
  width: 300px;
}

.img-details {
  width: 500px;
  font-size: medium;
  text-align: center;
}

.opening-hr-con {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #003049;
  width: 1000px;
}

.navigation-link {
  background-color: #003049;
  padding: 5px;
  margin: 2px;
}

.navigation-link:hover {
  cursor: pointer;
  opacity: 0.5;
}

.navigation-main-con {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

a {
  text-decoration: none;
  color: #bde0fe;
}

.cat-pics-con {
  margin-top: 50px;
}

.catpics  {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.snacky {
  width: 300px;
  border-radius: 10px;
  margin: 5px;
}

.snacky-title {
  text-align: center;
}

.l7-title {
  text-align: center;
  font-weight: 500;
  font-size: large;
}

.l7a-c {
  width: 600px;
  width: 600px;
  margin-top: 20px;
  border-radius: 20px;
  
}

.l7-img-con, .l7ab-con, .l7c-con {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px;
}

.calculator-con {
  border: 2px solid black;
  width: 200px;
  padding-left: 20px;
  padding-top: 20px;
}

.calculator-con button {
  border-radius: 10px;
  border:none;
  padding: 10px;
  font-size: large;
  cursor: pointer;

}

.footer-main-con {
  margin-bottom: -10px;
  background-color: lightgreen;
  margin-top: 30px;
  color: black;
  padding: 5px;
  font-style: italic;
  text-align: center;
}

.cart-con {
  margin-top: 30px;
}

.cart-con button {
  color: white;
  border: none;
  background-color: #344e41;
}
