.js-editor-container {
    height: 195px;
    background-color: #fff;
}

body {
    background-image: url("../images/Manchas.png");
    background-repeat-y: repeat;
    background-position: 50% 20%;
    background-blend-mode: color-burn;
    background-size: contain;
}

.title-post-header {
    font-family: "Retroking";
    color: rgb(80, 79, 79);
    font-size: 45px;
    text-align: center;
    line-height: 50px;
    margin-top: 5%;
}