@import url(./gallery-lib/SliderGallery.css);

body {
  margin: 0;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.gallery-line img {
    user-drag: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
    width: 100%;
    height: 100%;
}
