.volunteer-form input,
.volunteer-form textarea {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}
.volunteer-form textarea {
    height: 100px
}
.volunteer-form button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
}

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

.volunteer-form div {
    margin-bottom: 15px;
}

.volunteer-form label span {
    color: var(--red);
}
