* {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  border: border-box;
}

/* Navbar */
.navbar {
  height: 60px;
  background-color: #37475a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* Shop Section */
.shop-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: white;
}

.box {
  height: 450px;
  width: 40%;
  background-color: white;
  padding: 20px 0px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-img {
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
   border-radius: 50px;
}

.box-content {
  margin-left: 1rem;
  margin-right: 1rem;
}

.box-content p {
  color: black;
  font-size: 1.2rem;
}
h2{
color: #333;
font-size: 28px;
border-bottom: 2px solid #ccc;
padding-bottom: 10px;

}

/* Footer */
.foot-panel1 {
  background-color: #37475a;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px)
{
.navbar {
  height: 60px;
  background-color: #37475a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* Shop Section */
.shop-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: white;
}

.box {
  height: 300px;
  width: 390px;
  background-color: white;
  padding: 20px 0px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-img {
  height: 240px;
  width: 330px;
  background-size: cover;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
   border-radius: 20px;
}
.box-content p {
  color: black;
  font-size: 1.2rem;
}
}

