.rounded{
border-radius: 0.25rem
}
.rounded-xl{
border-radius: 0.75rem
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem
}
.text-3xl{
font-size: 1.875rem;
line-height: 2.25rem
}
.bg-red-400{
--tw-bg-opacity: 1;
background-color: rgb(248 113 113 / var(--tw-bg-opacity))
}