html,
body {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    font-size: 2rem;
}

div {
    margin-bottom: 1rem;
}

#canvas {
    border: 1px solid black;
}
