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