/* wpp-specific overrides go here */
.container-lv1{
    width: min(500px, 80vw);
}

.container-lv2{
    width: stretch;
    justify-self: center;
}

input {
    height: 1.5rem;
}

button {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

.separator1 {
    max-width: 600px;
}

.h2-pre-header, .h2-post-header{
    color: lightgray;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}