html,
body {
    height: 100%;
}

.body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block-page {
    width: 100%;
    background-color: #fff;
    color: #98a3b7;
    text-align: center;
    flex-grow: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


.block-footer {
    width: 100%;
    bottom: 0;
    padding: 24px 0;
    background-color: #fff;
    color: #98a3b7;
    text-align: center;
}
