@tailwind base;
@tailwind components;
@tailwind utilities;


.desktop-menu li{
    @apply px-4 py-2 rounded-md
}

.desktop-menu .active{
    background-color: #A08777;
}

.map-info-button{
   @apply w-5/12 bg-cBlue rounded-full py-2 text-center;
   color:white !important;
}