.drag {
  position: absolute;
  background-color: #f1f1f1;
  text-align: center;
  height: auto;
  padding: 1%;
    width: auto;
    background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

.container {
    height: 100em;
    width: 100%;
}
main_body {
  
}
body {
  padding: 10%;
  background-image: url(https://i.postimg.cc/tJ7xwrKt/IMG_6388.gif);
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover;
  cursor:url(https://ani.cursors-4u.net/smiley/smi-3/smi310.cur);
}
