body {
    background-image: url('img/bg.png'); /* Substitua 'caminho/para/sua/imagem.jpg' pelo caminho da sua imagem */
    background-size: cover;
    background-repeat: no-repeat;
}

.container-pergunta {
    padding: 5%;
    max-width: 90%;
    margin-top: 14%;
    text-align: center;
    position: relative;
    top: 0px;
}

.container {
    padding: 5%;
    max-width: 90%;
    margin-top: 15%;
    text-align: center;
    position: relative;
    top: 175px;
}

input[type="text"],
input[type="email"],
button {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    padding: 10px;
    font-size: 25px;
    margin-top: 10px;
    height: 38px;
    position: relative;
    right: 12px;
}


.campo {
    padding-top: 20px;
    width: 810px;
    border-radius: 25px;
    border: 5px solid #68a343;
    height: 80px;
    padding-left: 50px;
}

.continuar {
    background-color: #68a343;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 2.5%;
    color: white;
    font-size: 60px;
    width: 465px;
    height: 110px;
    border-radius: 18px;
    margin: 25px auto;
    font-weight: bold;
    position: relative;
    top: 0px;
}

.nome {
    margin-bottom: 84px;
    font-size: 40px;
}

.pergunta {
    font-size: 25px;
    font-family: sans-serif;
    color: white;
}

.opcoes {
    margin-bottom: 50px;
    text-align: left;
    position: relative;
    left: 118px;
    width: 370px;
    margin-top: 20px;
    font-size: 25px;
    font-family: sans-serif;
    border-radius: 103px;
    color: white;
}


.check {
    width: 30px;
    height: 23px;
    margin-top: 20px;
}
