.canvas {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.canvas__page {
    display: flex;
    flex: 1;
}
