.collection {
  padding: 1em;
  text-align: center;
}
.collection-button  {
  font-family: "Athelas", "Charter", "Avenir";
  font-size: 1em;
  padding: 0.8em;
  margin: 1em;
  border:none;
  font-weight: bold;
  text-decoration: underline;
}
.collection-button:hover {
  background-color: white;
  cursor: pointer;
}
#content {
  font-family: "Athelas", "Charter", "Avenir";
  line-height: 2em;
}
#content button {
  border: none;
  padding: 0.5em;
  border-radius: 0.2em;
  font-size: 0.8em;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  text-decoration: underline;
  cursor: pointer;

}
#content button:hover {
  background-color: white !important;
}
