.contForm {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-items: center; 
    grid-row-gap: 1em;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 1em;
}

.label {
    justify-self: end;
    margin-right: 0.5em;
}

.champ {
    justify-self: start;
}