
@tailwind base;
@tailwind components;
@tailwind utilities;
body{
    font-family: 'Quicksand', sans-serif;
}

.logo{
    max-width: 70%;
    width: 70%;
}
.logoWarning{
 max-width: 20%;
 width: 20%;
}

.bg-white{
    background-color: white!important;
}

.roundered{
    border-radius: 20px!important;
    text-align: center!important;
}
.roundered::placeholder{
    text-align: center!important;
}
.cta{
    background-image: linear-gradient(to right, #9BE15D, #00D9A6 );
}
