body {
    min-height: 100vh;
}

#canvas {
    border: 2px solid;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}