#volunteerForm {
    margin: 3mm;
    display: flex;
    flex-direction: column;

    grid-template-columns: 30% 70%;
    column-gap: 1mm;
    row-gap: 2mm;
}

#volunteerForm input[type=radio] {
    margin-left: 1em;
}

.frc-content, button {
    flex-grow: 1;
}

#volunteerForm div {
    font-weight: normal;
} 

#volunteerForm button {
    height: 3em;

    background-color: var(--black);
    color: white;

    border-radius: 0.5em;

}

#volunteerForm button:disabled {
    background-color: grey;
}
