body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: #eeeeee;
}
body main {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .image-box {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  margin: 0.75rem;
}
body main .image-box .fill {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background-image: url("https://fakeimg.pl/100x100/282828/eae0d0/?retina=1&text=%20%3C%3Apepw%3A989410572514758676%3E");
  background-position: center center;
  background-size: cover;
}
body main .image-box .fill.border {
  border: 1px solid rgba(255, 255, 255, 0.4588235294);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body main .image-box.hover {
  background-color: rgba(0, 0, 0, 0.8588235294);
  border: 2px;
  border-width: medium;
  border-style: dashed;
  border-color: #df8282;
}

@media (max-width: 480px) {
  main {
    flex-direction: column;
  }
}/*# sourceMappingURL=drag.css.map */