body {
    color: #e1e1e6;
    font-family: Arial, sans-serif;
    margin: 40px auto;
    max-width: 800px;
    padding: 0 20px;
    line-height: 1.6;
    background: linear-gradient(180deg, #000000 0%, #4a0d0d 100%) no-repeat fixed;
    background-size: 100% 150%;
    text-align: center;
}

.banner {
    width: 200px;
    height: 200px;
    display: block;
    margin: 20px auto;
    object-fit: cover;
}

.cabecalho {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.cabecalho a {
    color: #e1e1e6;
    text-decoration: none;
    font-weight: bold;
    margin: 0 15px;
}

.cabecalho a:hover {
    color: #ff3e3e;
}

h1 {
    color: white;
    font-size: 35pt;
    margin-bottom: 20px;
}

#titulo {
    color: #ff3e3e;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 62, 62, 0.3);
}

hr {
    border: 0;
    height: 1px;
    background: #29292e;
    margin-bottom: 30px;
}

.texto-base {
    background-color: #1d1d22;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #ff3e3e;
}

.texto-base p {
    margin: 0;
    font-size: 14pt;
}

h2 {
    color: white;
    font-size: 25pt;
    margin-bottom: 20px;
}

h3 {
    color: #ff3e3e;
    font-size: 22pt;
    margin-bottom: 15px;
}

li {
    font-size: 14pt;
}

#termo {
    color: #ff3e3e;
}

#back a {
    color: #ff3e3e;
    text-decoration: none;
}

#back {
    font-size: 14pt;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

@media (max-width: 768px) {
    body {
        margin: 15px auto; 
    }

    .cabecalho {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .cabecalho a {
        margin: 0;
        font-size: 13pt;
    }

    h1 {
        font-size: 24pt; 
    }

    h2 {
        font-size: 18pt;
    }

    h3 {
        font-size: 16pt;
    }

    .texto-base {
        padding: 15px;
        margin: 0 10px 20px 10px;
    }

    .texto-base p {
        font-size: 12pt;
    }
    
    li {
        font-size: 12pt;
    }
}
