h1 {
    text-align: center;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 20px;
    font-size: 36px;
    color: white;
    background-color: #FAAA62;
}

.post-title-privacy {
    background-color: #EC637D;
}

a {
    color: #EC637D;
}

.main-content {
    margin-bottom: 50px;
}

.post-img {
    max-width: 500px;
    object-fit: cover;
    margin-top: 16px;
    margin-bottom: 8px;
    border: solid 1px grey;
}

.post-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.post-details p {
    font-size: 14px;
    margin-bottom: 16px;
    color: #c8884e;
}

.img-subtitle {
    font-size: 12px;
}

.img-credit, .fonte-post {
    font-size: 12px;
    color: #818181;
    text-decoration: underline;
}

.tags a {
    font-size: 14px;
    color: #c8884e;
    text-align: right;
}

.icone-tag {
    margin-right: 4px;
}

.post-content p {
    text-align: justify;
    font-size: 16px;
}

.post-content li {
    list-style-position: inside;
    list-style-type: square;
}

@media (max-width: 580px) {

    .post-title {
        margin-top: 0;
    }

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

}
