.editor{
    text-align: center;
    
}
.editor .history-title {
    font-size: 19px;
    text-align: center;
    font-family: "EB Garamond";
    letter-spacing: 2px;
    border-top: 1px solid #D3BE8F;
    color: #B6923D;
    margin: 4em 0 1em;
}
.editor .history-title span {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    background: #F3F0EB;
    margin-top: -17px;
}
