body {
  background-color: darkseagreen;
  color: black;
  font-family: "Courier New";
}

.title {
  box-shadow: 4px 4px 0px darkgreen;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.section {
  color: white;
  background-color: darkcyan;
  padding-left: 10px;
  border-top: 2px solid cyan;
  border-left: 2px solid cyan;
  border-right: 2px solid DarkSlateGrey;
  border-bottom: 2px solid DarkSlateGrey;
  box-shadow: 4px 4px 0px darkgreen;
}

.section h2 {
  margin: 5px 0;
}


/* thumb caption style */

.thumb-caption {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 6px;
  color: #555;
}