/* Add space around buttons so they don't touch each other. */
.button,
.image-button {
  margin-right: 1em;
  margin-left: 1em;
  padding: 10px;
}
