@keyframes rotate{0%{transform:rotate(45deg)}50%{transform:rotate(-45deg)}to{transform:rotate(45deg)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.welcome-text{z-index:11;flex-direction:column;justify-content:center;align-items:center;display:flex}.background-image{filter:blur(15px)brightness(120%);z-index:-1}.gradient-shift{background:linear-gradient(270deg,#000,#fff) 0 0/200% 200%;animation:5s infinite gradient-shift}.gradient-shift-button{background:linear-gradient(270deg,#fff,#743dc6) 0 0/200% 200%;animation:5s infinite gradient-shift}.center-button-image-circle{z-index:2;background:#743dc6 linear-gradient(#743dc6,#fff);border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;margin:20px auto;display:flex;position:relative;box-shadow:0 8px 16px #00000040,inset 0 4px 4px #fff3,inset 0 -4px 4px #0003}.center-button-image{background:linear-gradient(#743dc6,#fff);border-radius:5px;padding:10px;display:inline-block}.mic-icon-wrapper{z-index:10;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute}.link-outline{color:#fff;text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000}.link-outline.hover\:text-purple-500:hover{color:purple}.flex-center{flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}
