label{
    margin-top: 1rem;
}

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.disclaimer{
    margin-top: 1rem;
}

.overrideContainer{
    margin-top: 2rem;
    min-height: 100%;
    margin-bottom: 3rem;
}

.contactHeader{
    text-align: center; 
    width: 50%;
}

.contactSubmit{
    width: 100%; 
    display: flex; 
    justify-content: center;
}