@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Nunito Sans,sans-serif}body{background-color:#000}.main{flex-direction:column;justify-content:start;align-items:center;gap:10px;width:100%;height:100vh;padding:10px;display:flex;overflow:hidden}#Myra{height:50%}span{color:#0000;background:linear-gradient(90deg,#0ff,#00f);-webkit-background-clip:text;background-clip:text;font-size:2vmax}button{background-color:#0ff;border:none;border-radius:20px;justify-content:center;align-items:center;gap:20px;width:180px;height:40px;font-size:20px;display:flex;box-shadow:2px 2px 100px #0ff}#speak{width:200px}p{color:#fff;text-align:center;padding:0 40px;font-size:1.3vmax}.response{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}#aigif{width:50vh;height:100px}
