html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: black;
  color: #eee;
  font-family: monospace;
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

#drop-zone {
  height: 100%;
  text-align: center;
  overflow: hidden;
}

#media {
}
