.fancy {
  font-family: cursive;
}

body {
  background-color: #32CC91;
  text-align: center;
}

#puppyoutput {
  width: 65%;
  float: left;
}

.hasPuppies {
  border: 2px solid #AA32CC;
  border-radius: 15px;
}

#menu {
  width: 30%;
  float: right;
}

.puppy-img {
  width: 200px;
}
