* {
  margin: 0;
}

* img {
  box-sizing: border-box;
  max-width: 100%;
}

/* Header and banner Image */
.Header-puppylovers {
  background-color: #195774;
  text-align: center;
  padding: 30px 0;
  color: white;
  font-size: 20px;
}

.puppies-bannerimg {
  padding-bottom: 50px;
}
.bannerimg img {
  width: 100%;
}

/* 2 Puppies and Missing Text */
.Puppies-and-text,
.puppsandtext {
  display: flex;
  width: 960px;
  justify-content: space-between;
  margin: auto;
}

.puppsandtext > div {
  width: 310px;
}

.missingpuppies-text {
  background-color: #EE4D65;
  margin-bottom: 3px;
  }

#missingpuppies-text {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 3rem;
  padding: 60px 20px 0;
  
}

/* More puppies and Pup 3&4 */
.morepuptext {
  text-align: center;
  font-size: 40px;
  margin: 50px;
}

.lastpuppies,
#puppies34 {
  display: flex;
  width: 960px;
  justify-content: space-between;
  margin: auto;
}

/* FOOTER */
.footer-text {
  background-color: #195774;
  text-align: center;
  color: white;
  font-size: xx-large;
  margin-top: 30px;
  padding: 70px 0;
}
