@charset "utf-8";

@media (min-width: 640px) {
    .sm\:justify-center {
         justify-content: normal !important;
    }
}

.bg-gray-100 {
    background-color: #fff !important;
}

.shadow-md {
    --tw-shadow: none !important;
    --tw-shadow-colored: none !important;
    box-shadow: none !important;
}

.min-h-screen {
    min-height: 0 !important;
}

.h-20 {
    height: 0 !important;
}
