* {
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
    height: 100vh;
}

canvas#c {
    background-color: #eee;
}