  .zoom {
        transition: transform .1s; /* Animation */
      }
      
      .zoom:hover {
        transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
      }

      td {
        word-wrap: break-word;
    }

input[type="file"]{
    color: #7e3af2;
}