.btn-step {
    @apply px-4 py-2 bg-black text-white rounded hover:bg-gray-800;
}
.step {
    @apply transition-opacity duration-300;
}