body {
  font-family: sans-serif;
  padding: 20px 40px 20px 40px;
}

.home {
  font size: smaller;
}

.scrapbook {
  background-color: black;
  color: white;
  font-size: 12px;
  padding: 5px;
  border: 2px solid blue;
  width: 100%;
  float: left;
  border: none;
}

.scrapbook h1 {
  text-align: center;
  font-family: serif;
  font-style: italic;
}

.scrapbook img {
  border: 10px solid white;
  margin: 10px;
}

.photo {
  width: 235px;
  height: 330px;
  text-align: center;
  float: left;
  margin: 5px;
}

.clear { clear: both; margin: 0; padding: 0; }
.clearleft { clear: left; }
.clearright { clear: right; }
