@import "tailwind.css";

.blue{
    background: #5680E9;
}
.lightblue{
    background: #84CEEB;
}
.middleblue{
    background: #5AB9EA;
}
.lightpurple{
    background: #C1C8E4;
}
.bg-darkpurple{
    background: #8860D0;
}
