@import"https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,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:15px}#logo{width:12vw;margin-bottom:-50px;background-color:#000;display:flex;justify-content:flex-start;align-items:center;position:fixed;top:0;left:40px;z-index:10}#buddy{height:70%}span{background:linear-gradient(to right,#b364c2,#d4633a);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:#0fe5f4;box-shadow:2px 2px 50px #0fe5f4;cursor:pointer}#speak{width:100px}p{font-size:1.3vmax;color:#fff;text-align:center;padding:0 40px}.response{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}#aiGif{width:50vh;height:80px}
