main {
  margin: 20px;
  width: 960px;

}

#main-about {

  background-color: lavender;
}

div {
  display: block;
  margin: 20px;
  border: 10px;
  padding: 10px;

}

.imagebox {
  overflow: auto;
}

h1 {
  font-size: 4rem;
  font-weight:bold;
  font-style: italic;
}

h3 {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
}

ul {
  list-style-type: disc;
  margin: 1rem;
}

ol {
  list-style-position: inside;
  list-style: decimal;
  padding: 1rem;
}

img {
  float: left;
  margin: 10px;
  padding: 20px;
  border: 2px solid purple;
}

#dog-pix {
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  width: 960px;

}

#dog-pix img {
  margin: 20px;
  border: 5px solid purple;
  width: 300px;
  height: 300px;
}

h1 {

  align-self: center;

}

h3 {

  margin: 30px;
}

p {
  margin: 20px;
}

#fun-stuff {

  background-color: plum;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;


}