* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Comic Sans MS';
}

h3 {
    font-size: 0.8em;
}

html {
    height: 100%;
}

#theCanvas {
    background-color: #3c3c3c;
    top:0;
    right:0;
    bottom:0;
    left:0;
    position: fixed;
}

body {
    width: 100vw;
    height: 100vw;
    overflow: hidden;
}