.anxiety-block {
animation: flicker-and-shake 2s infinite alternate;
}
.reveal-text {
animation: fade-in 1s ease-out;
opacity: 0;
}
.circle-glow {
width: 100px;
height: 100px;
background: #000;
border-radius: 50%; /* Makes it circular */
position: absolute; /* To position freely within the container */
animation: pulse 1.5s infinite ease-in-out; /* Rhythmic pulsing */
}