html,
body,
pre,
code,
kbd,
samp {
  font-family: "Press Start 2P", cursive;
}

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

#sketchcontainer {
  width: 100%;
  height: 100%;
  position:relative;
}

canvas {
  /*   transform: scale(2); */
  z-index:1;
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #000;
}

.overlay {
  opacity:0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  color: #f0f0f0;
  z-index:1000;
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 400px;
  height: 400px;
}



.nes-list.is-circle li::before{
/*   color: #f0f0f0; */
}