@keyframes pulse-custom{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation:pulse-custom 1.5s infinite}.navbar-custom{background:rgb(34,193,195);background:linear-gradient(0deg,rgba(34,193,195,1),rgba(230,247,255,1))}