html, body {
    height: 100%
}

body {
    display:flex;
}

canvas {
    align-self: flex-end;
}