.careerform h1 {
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}
.careerform h3{
    font-size: large;
    font-weight: 600;
    margin-top: 12px;
}
/* Center align the form */
form {
    max-width: 600px;
    margin: auto;
}

/* Style the form labels */
label {
    display: block;
    margin-top: 10px;
}

/* Style the form inputs */
input, select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
#gender input,
#gender label,
#gender label {
    display:inline-block;
    vertical-align: middle;
}
/* Style the form submit button */
input[type=submit] {
    width: 50%;
    background-color: #33398f;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 7px;
    margin-top: 4%;
    cursor: pointer;
    margin-left: 24%;
    margin-bottom: 2%;
}

input[type=submit]:hover {
    color: #33398f;
    background-color: white;
    border: 2px solid #33398f;
}


/* Style the form section headers */
.section-header {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
