img {
  max-width: 100%;
}
* {
  padding: 0 ;
  margin: 0;
}
.bluebg {
  background-color: #195774;
  color: #ffff;
  text-align: center;
}
.myheader {
  padding-top: 27px;
  padding-bottom: 24px;
}
#banner img {
  width: 100%;
}
#banner {
  margin-bottom: 84px;
}
.puppy-2,
.missing-puppy,
.puppy1 {
  width: 33%;
}
.puppy-2 img,
.missing-puppy img,
.puppy1 img {
  width: 100%;
} 
.fixed-container {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto
}
.missing-puppy {
  background-color: #f04d65;
  margin: 0 1%;
  border: 5px solid violet;
}
.missing-wrapper {
  font-size: 35px;
  padding: 60px;
  text-align: center;
  font-family: "Playwrite DE Grund", cursive;
}
.additional-puppies {
  margin-top: 50px;
}
.additional-puppies p {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}
footer.bluebg {
  margin-top: 75px;
  padding-top: 100px;
  padding-bottom: 125px;
  font-size: 50px;
}
