* {
  padding: 0;
  margin: 0;
}
 .img {
   width: 100%; 
}
/* header */
.BG {
  text-align: center;
  background-color: #114d71;
  color: white;
}
.header-section {
  padding-top: 20px;
  padding-bottom: 17px;
  font-size: 25px;
}
/* banner */
.banner img {
  width: 100%;
  margin-bottom: 66px;
}
/* first 3 puppy section */
.sample {
  display: flex;
   /* justify-content: center;  */
  margin-left: 95px;
  margin-right: 95px;
}
.puppy-1 ,.puppy-2 {
  width: 32.6666%;

  background-color: aqua;
}
.missing {
  background-color: #fe4e62;
  width: 32.6666%;
  
  display: flex;
  justify-content: center;
  align-items: center; 
  margin-left: 1%;
  margin-right: 1%;
}
/* border box */
.text {
  box-sizing: border-box;
  width: 110px;
  border: 1px solid black;
  font-size: 35px;
  text-align: center;
}
.puppy-1 img,.puppy-2 img {
  width: 100%;
  height: 100%;
}
/* puppy 3 and 4 section */
.more-puppies {
  text-align: center;
  font-size: 40px;
  margin: 56px 0 54px;
 }
.puppy-3,.puppy-4 {
  width: 50%;
  background-color: aquamarine;
}
.puppy-3 img, .puppy-4 img {
  width: 100%;
  height: 100%;
}
.gap {
  gap: 58px;
}
/* footer  */
.ft {
  margin-top: 60px;
}
.footer-h2 {
  font-size: 37px;
   padding: 79px 0 100px;
}
