/* Add Your Styles Here */
body {
	padding: 0;
  margin: 0;
}

body * {
  box-sizing: border-box;
}

#iom2kf {
 animation: pulse-animation-g 1s infinite !important;
 border-radius: 50px;
}

@keyframes pulse-animation-g {
0% {
    box-shadow: 0 0 0 0px rgb(249 135 113 / 90%);  
}
100% {
    box-shadow: 0 0 0 15px rgb(57 167 74 / 0%);
}
}