.page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.pageExt {
    max-width: 1550px;
    width: 100%;
}