div#columnbox {
    background-color: inherit;
    float: center;
    font-size: 18px;
    font-weight: 400; 
    text-decoration: none;
    text-align: justify;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-width: auto;
    -webkit-column-width: auto;
    column-width: auto;
    column-gap: 28px;
    -webkit-column-gap: 28px; /* Chrome, Safari, Opera */
    -moz-column-gap: 28px; /* Firefox */
     }
div#examples {
    background-color: inherit;
    color: #333333;
    float: center;
    font-family: EB Garamond;
    font-size: 20px;
    font-weight: 400; 
    font-style: normal;
    text-decoration: none;
    text-align: justify;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    }
div#aboutitle {
    background-color: inherit;
    font-size: 30px;
    font-weight: 400; 
    font-style: normal;
    text-decoration: none;
    text-align:right;
    line-height: 30px;
    right: 20%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:72%;
    }
P {
 margin-top: 0;
 margin-bottom: 2em;
}
p:first-child:first-letter {
  font-size: 70px;
  float: left;
  margin-top: 4px;
  font-family: EB Garamond;
  font-weight: normal;
  color: #bb3333;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 p:first-child:first-letter {
 margin-top: 5px;
}
}

