@import "tailwindcss";
@import "flowbite/src/themes/default";



.primary-color  {
    color: #2ECC71;
}


.header-rightlinks ul li {
  display: inline-block;
  padding: 0 24px 0 0;
}

.banner{
    background-image: url(public/bkg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.full-w-bkg {
  background-color: #182A20;
  height: auto;
}