    /* Content Sections */
    section {
      padding: 10px;
      max-width: 900px;
      margin: auto;
      margin-bottom: 15px;
    }

    section h2 {
      margin: 0.3em 0 0.4em 0;
    }

 section p {
  overflow-wrap: break-word;
  word-break: break-word;
  margin: 0.3em 0 0.3em 0;
}
