.content {
    margin: 0 auto;
    padding: 0 48px;
    background: #ffffff60;
    border-radius: 8px;
}

.post-title {
    text-align: center;
    margin-bottom: 16px;
}

.post h2,
.post p,
.post ul {
    margin-bottom: 16px;
    line-height: 24px;
}

.post blockquote {
    background: aliceblue;
    padding: 24px;
    border-radius: 8px;
    margin: 16px 0;
    text-align: center;
}

.post figure {
    display: flex;
    justify-content: center;
    margin: 48px 0px;
}

.post img {
    border-radius: 8px;
}

.wp-block-button__link {
    background-color: #141b5c;
}

.post-content h3 {
    margin-bottom: 24px;
}

.post-thumbnail {
    display: flex;
    justify-content: center;
}

.post-thumbnail img {
    width: 60%;
    border-radius: 24px;
}