#content h1{
    text-align: center;
    font-size: 30px;
    max-width: 90%;
    margin: 10px auto;
}

.wp-caption-text {
    margin: 0 auto 25px;
    text-align: center;
    color: #797979;
    font-size: 90%;
}

#content img {
    max-width: 100%;
    height: auto;
}

#content .wp-caption {
    max-width: 100%;
}

#content iframe {
    max-width: 100%;
    display: block;
    margin: 15px auto;
}

#content .aligncenter {
    text-align: center;
    margin: auto;
    clear: both;
}

#content .alignright {
    float: right;
    margin-left: 1.5em;
}

#content .alignleft {
    float: left;
    margin-right: 1.5em;
}

#content h2 {
    font-size: 24px;
}

#content h3 {
    font-size: 18px;
}

#content h4 {
    font-size: 16px;
}

#content h5,#content h6 {
    font-size: 14px;
}

#content blockquote {
    border-left: 3px solid var(--colorprimary);
    padding: 0 9px;
    background: #f1f8ff;
}

#content p {
    line-height: 1.8;
    /* overflow-wrap: anywhere; */
    margin: 0 0 22px;
}

#content li {
    line-height: 1.4;
    padding: 7px 0;
}

#content a:hover {
    color: var(--colorlinkhover);
}

#content table {
    max-width: 100%;
    display: block;
    overflow: auto;
}

#content pre {
    max-width: 100%;
    overflow: auto;
    white-space: pre-wrap;
}

#content {
    overflow: hidden;
}