* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Courier New", Courier, monospace;
}
img {
  width: 100%;
}
.head-foot {
  background-color: #085080;
  width: 100%;
}
.head-div,
h2 {
  font-size: 30px;
  color: white;
  text-align: center;
  /* padding: 19px; */
  padding-bottom: 20px;
}
.Banner {
  margin-bottom: 19px;
}
.container {
  padding: 0 5%;
  margin: 7% auto;
}

.missing-text {
  display: none;
}
.section-2,
.More-div p {
  text-align: center;
  font-size: 40px;
  margin: 0 auto;
}
.footer-div {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 10px;
  color: white;
  font-size: 17px;
}

@media (min-width: 960px) {
  .Puppies-section-1 {
    display: flex;
    justify-content: space-between;
    /* width: fit-content; */
    width: 80%;
  }
  .Puppies-section-1 div {
    width: 32%;
  }
  .missing-text {
    display: block;
    background-color: #f04d65;
    font-size: 5vw;
    text-align: center;
    margin: 0 auto;
  }
  .Puppies-section-2 {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
  .Puppies-section-2 div {
    width: 48%;
  }
}
