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

.tc-bg-red{
    background-color: red;
}

.tc-border-red{
    border:2px solid red;
}

.tc-bg-da-soprall{
    background-color: antiquewhite;
}

.tc-bg-soprallogato{
    background-color: darkcyan;
}