html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
    image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

body {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
    image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}



#download {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
    image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

#download.visible {
  display: block;
    image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

