@font-face {
  font-family: "Dicier";
  src: url("dice/Dicier-Flat-Dark.otf");
}

#verdevey-fish {
  font-family: Dicier;
  font-feature-settings: “liga” 1, “kern” 1, “calt” 1;
  font-variant-ligatures: discretionary-ligatures;
}

/* + CREDIT ROLL */
#credit-roll {
    position: fixed;
    text-align: center;
    bottom: 0px;
    right: 0px;
    width: 1.5em;
    height: 1.25em;
    background-color: #ffffff;
    opacity: 0.5;
}
/* - CREDIT ROLL */

html,
body {
  height: 100%;
  margin: 0;
  background-color: #000000;
}

canvas {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
}