body {
    font-family: 'Montserrat';
    background-color: #fff;
    color: #333;
    text-align: center;
}
p {
    margin-bottom: 0;
}

.logo {
    color: #e6007e;
    font-size: 24px;
    font-weight: bold;
}

.logo img {
    height: 60px;
    margin: 0 auto;
    display: flex;
}


.question {
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
}

.container {
    max-width: 100% !important;
    padding: 0 !important;
}

.bloco-conteudo {
    text-align: center;
    padding: 5px 20px;
    height: calc(-125px + 100vh);
    max-height: 90vh;
    display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}

.container-option {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    gap: 10px;
}

.btn-option {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #a70267;
    border: 1px solid #a70267;
    border-radius: 25px;
    background-color: #fff;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.btn-option:hover {
    background-color: #FFE4E1 ;
}

.btn-option img {
    width: 50px;
    height: 50px;
}

.footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #000000;
    height: 60px;
    font-weight: 600;

}