/* ===== PROMESSA ESTILO MELHORADO ===== */

#ref{
font-size:20px;
font-weight:700;
margin-bottom:10px;
color:#333;
text-align:center;
}

#texto{
font-size:22px;
line-height:1.5;
font-weight:500;
color:#222;
text-align:center;
padding:15px;
background:#fff8dc;
border-radius:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
margin-top:10px;
}

/* Caixa mais bonita */
.caixa{
padding:20px;
background:#d4af37;
border-radius:12px;
margin-bottom:20px;
}

/* Papel interno */
.papel{
background:#fff8dc;
padding:15px;
border-radius:8px;
}