html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  height: 100%;
  background-color: #202020;
}

#download {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#download.visible {
  display: block;
}

#result {
  position: relative;
  height: 100vh;
  width: auto;
}

#result > img {
  max-height: 100%;
  width: 100%;
}
