html, body{
    overflow: hidden;
}
h1 {
    text-align: center;
}
canvas{
    display:block;
    margin-right: auto;
    margin-left: auto;
}