.blog-content {
    font-family: 'Cooper Hewitt', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    text-align: justify;
    line-height: 1.6;
    margin-top: 20px;
    padding: 40px 20px;
}

.blog-content h1, .blog-content h2, .blog-content h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.5rem, 5vw, 3rem);
    color: #E27C19;
    margin-top: 20px;
}

.blog-content a {
    color: #FFB745;
    text-decoration: underline;
}

.blog-content a:hover {
    color: #F7A92E;
}

.blog-content img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}

/* Botão de voltar */
.btn-voltar {
    display: inline-block;
    background: #E27C19;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-voltar:hover {
    background: #F7A92E;
    color: #fff;
}
