@tailwind base;
@tailwind components

@tailwind utilities;
@layer components {
  .table-header {
    @apply uppercase;
  }

  @screen lg {
    .card-tr {
      @apply w-full bg-white shadow-md rounded px-8 py-6 my-3;
    }
  }
}