* {
    padding: 0;
    margin: 0;
}
body{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

canvas {
    background: #eee;
}

button {
    display: block;
    margin-bottom: 20px;
}