.center {
    text-align: center;
    /* font-weight: bold; */
    font-style: italic;
    color: #234c84;
    font-size: 1.5em;
    margin: 1.5em 0;
    border-top: 2px solid #234c84;
    border-bottom: 2px solid #234c84;
    padding: 0.5em 0;
}
