@tailwind base;
@tailwind components;
@tailwind utilities;

.input:focus {
    outline: none;
}
