.folder {
    margin: 5px;
   scale: 50%;
    position: absolute;
    cursor: grab;
    user-select: none;
}

.folder:active {
    cursor: grabbing;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
}