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

.form-home {
    background: url("/public/images/home.jpg");
    background-position: center;
    background-size: cover;
}
