#page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#canvas-holder {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
