.pulse{border-radius:99px;animation:pulse-animation 2s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 0 0px #00069A5C}100%{box-shadow:0 0 0 20px rgba(0,0,0,0)}}}