
.entry-meta {
    display: none !important;
}

body.post-template-default .site-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 60%;
    margin-inline: auto;
}


textarea#comment {
    border: 1px solid var(--c-primario);
    background-color: var(--c-blanco)!important;
}

.comments-area {
    margin-top: 40px !important;
}

@media (max-width: 768px) {
    body.post-template-default .site-content{
    max-width: 80%;

    h1 {
        font-size: 45px;
      
      }
    }
}