p, label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
}

/* Estilo para o select e input */
input[type="text"], select{
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

/* Estilo para o select e input */
textarea{
    border-radius: 4px;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

textarea {
    text-align: justify;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}

/* Estilo para o checkbox */
input[type="checkbox"] {
    margin-right: 10px;
}

a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}
