.post-block .main-title {
    width: 980px;
    padding: 80px 0;
    text-align: center;
}

.post-block .main-title h1 {
    padding-top: 40px;
    font-size: 72px;
    text-transform: uppercase;
}

.post-block a {
    text-align: center;
    text-decoration: none;
}

.post-block .Cuducos {
    margin: 16px 0;
}

.post-content {
    padding: 80px 200px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    margin-top: 40px;
    font-weight: 500;
}

.post-content .line {
    border: 1px solid #dbdbdb;
}

.post-content h6, p, a, strong, em, ul {
    font-family: 'Crimson Text', serif;
}

.post-content ol, .post-content ul{
    margin: 30px 0;
    padding-left: 20px;
    font-size: 20px;
}

.post-content ol li:not(:last-child), .post-content ul li:not(:last-child){
    margin-bottom: 16px;
}

.post-content h6, p{
    font-size: 20px;
    font-weight: normal;
    color: #3c3c3c;
    line-height: 1.5;
}

.post-content h6 {
    font-style: italic;
    margin-bottom: 50px;
}

.post-content > p {
    margin-bottom: 40px;
}

.post-content a {
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
    color: #ff0090;
}

.post-content strong {
    font-weight: 500;
}

.post-content em {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: italic;
}

.post-content .highlight {
    margin: 0;
    overflow: auto;
}

.post-content figure,
.post-content img {
    margin: 20px auto 0 auto;
    max-width: 60%;
}

.post-content figure > img {
    max-width: 100%;
}

.post-content iframe {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 100%;
}

blockquote {
    background-color: #f0d8ef;
    border-left: 8px #e89ed7 solid;
    padding-left: 16px;
}

blockquote > p {
    padding-top: 0;
    padding: 6px 0;
    height: 100%;
}

.language-plaintext {
    font-size: initial !important;
}

.language-plaintext.highlighter-rouge {
    margin: 40px 0;
}
