html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

h1 {
    font-family: 'Montserrat';
}

#canvas-container {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}