@import "tailwindcss";
*{
     font-family: "Epunda Slab", serif;
}
.active{
     background-color: #422ad5;
     color: white;
}