* {
    padding: 0;
    margin: 0;
}

body
{
    background-color: #e8e8e8; 
}

.centered-header
{
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
    background-color: #393a3c;
    justify-content: center;
    align-items: center;
    border-radius: 0rem 0rem 1rem 1rem;
}

.header-post
{
    padding: 4rem 3rem 4rem 3rem;
}

.header-text-title h3
{
    color: #ffffff;
    font: 400 44px EB Garamond, serif;
    line-height: 1.3333333333;
    margin-bottom: 23px;
    max-width: 54rem;
    text-align: center;
}

.centered-container-main
{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.centered-main
{
    max-width: 54rem;
}

.main-text-content
{
    color: #000000;
    font: 400 14px Lato, sans-serif;
    line-height: 2;
    font-weight: 600;
}

.main-text-content .first-paragraph
{
    color: #d02c62;
}

.main-text-content .first-paragraph::first-letter
{
    font-size: 5rem; /* Tamanho da primeira letra */
    font-weight: bold; /* Negrito */
    float: left; /* Faz a letra flutuar à esquerda */
    margin-right: 0.1em; /* Espaço entre a letra e o texto */
    line-height: 1; /* Para que a letra grande não afete a altura da linha */
}

.main-text-content p
{
    color: #000000;
    font: 400 20px Lato, sans-serif;
    line-height: 2;
    margin-bottom: 24px;
}

.time
{
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.main-image 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.main-image img
{
    width: 14rem;
    height: 100%;
}

.image-subititle
{
    max-width: 32rem;
    text-align: center;
    margin-top: 1rem;
}

.image-subititle p
{
    color: #000000;
    font: 400 14px Lato, sans-serif;
    line-height: 2;
}