.intro-title h1 {
    font-size: 54px;
    margin: 15px 0;
}

.post-single {
    max-width: 52%;
}

.post-content a:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: #d87b1e;
}

.post-content img, .post-title img, .post-content iframe {
    max-width: 90% !important;
    margin: 20px auto;
    border-radius: 16.5px;
    display: block;
}

.post-content code {
    background-color: rgba(54, 91, 148, 0.15);
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
}

.post-content hr {
    background-color: #2f3b55;
    height: 1px;
    border: none;
    margin: 10px 25px;
}

.post-content blockquote {
    border-left: 4px solid #587da8;
    padding-left: 15px;
    margin: 0 0 0 20px;
    border-radius: 5px;
}

.post-content figcaption {
    color: #555d66;
    text-align: center;
    font-size: 13px;
    margin-top: .5em;
    margin-bottom: 1em;
}

.post-content table, .post-content th, .post-content td {
    border: 1px solid #2f3b55;
    border-collapse: collapse;
    padding: 5px;
}

.post-content .wp-block-cover__inner-container {
    color: white;
    z-index: 5;
}

iframe {
    max-width: 100%;
}

@media screen and (max-width: 1100px) {
    .post-single {
        max-width: 78%;
    }
}

@media screen and (max-width: 800px) {
    .post-single {
        max-width: 88%;
    }
}
