body.contact-page {
    display: block;
    top: auto;
    min-height: 100vh;
    width: 100%;
}

.contact-page-shell {
    width: 100%;
}

.contact-page main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
