@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.form-check-label {
    font-family: 'Roboto', sans-serif;
}

.form-area {
    margin: 20px;
}

.form {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.question {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.form-submit {
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-submit:hover {
    background-color: #0056b3;
}

header img {
    max-width: 15%;
    height: auto;
}

#titulo {
    background-color: #EEEEEE;
}

.card {
    background-color: #F7F7F7;
}

.card h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

