
.hasImage:hover {
    section {
      background-color: rgba(5, 5, 5, 0.4);
    }

    button:hover {
      background: rgba(5, 5, 5, 0.45);
    }
  }

  #overlay p,
  i {
    opacity: 0;
  }

  i.fa{
    opacity: 1;
  }

  #overlay.draggedover {
    background-color: rgba(255, 255, 255, 0.7);

    p,
    i {
      opacity: 1;
    }
  }

  .group:hover .group-hover\:text-blue-800 {
    color: #2b6cb0;
  }