html {
    height: auto;
}

body {
    background-color: #525659;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

body:before {
    margin-top: 0;
}

.pagina {
    background-color: white;
    width: 210mm;
    min-height: 297mm;
    padding: 15mm 20mm 15mm;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    text-align: justify;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

.cabecalho {
    color: #333;
    margin-bottom: 60px;
    text-align: center;
    font-size: 13pt;
    font-weight: 600;
}

.titulo {
    margin-top: 40px;
    font-weight: 600;
}

.atualizacao {
    text-align: right;
}

.destaque {
    text-decoration: underline;
}

.lista {
    margin-bottom: 10px;
}

.destaque-verde {
    color: green;
}
