body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f6f9;
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
}

.container {
    background-color: #ffffff;
    max-width: 800px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    color: #1f2937;
    margin-bottom: 30px;
}

p {
    color: #4b5563;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.botoes{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
    border-top:1px solid #eee;
    padding-top:20px;
}

.btn-voltar{
    background:white;
    border:none;
    color:#999;
    cursor:pointer;
}