body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.container {
    /* background-color: red; */
    text-align: center;
}
.container > h1 {
    color: aliceblue;
    font-weight: 400;
}
canvas {
    margin: 10px 20px;
}
.container > .footer {
    margin-top: 20px;
    margin-bottom: 20px;
    color: aliceblue;
    font-weight: 200;
}
