﻿#formSection {
    display: flex;
    justify-content: center;
}

#innerForm {width: 50%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #innerForm {
        width: 100%;
    }
}