html, body {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}


@font-face {
    font-family: "geograph";
    src: url("fonts/geograph-web-bold.woff") format('woff');
}

@font-face {
    font-family: "superVV";
    src: url("fonts/superVV.woff") format('woff');
}
#vvTop {
    font-family: geograph;
    font-size: 2em;
    position: absolute;
    top: 0.8em;
    left: 1em;
}

#vvBottom {
    font-family: geograph;
    font-size: 2em;
    position: absolute;
    text-align: right;
    align-content: right;
    bottom: 1em;
    right: 1em;
}

.vv{
   font-family: superVV;
   font-size: 0.5em;
   vertical-align: super;
}