.container{background-color:#151515;color:#fff;font-family:var(--font-inter),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";justify-content:center;min-height:100vh}.container,.content{align-items:center;display:flex;flex-direction:column}.content{padding:0 10px;width:100%}.chat-wrapper{width:100%}.chat-container,.chat-wrapper{display:flex;flex-direction:column}.chat-container{border:1px solid #292929;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;max-height:800px;overflow-y:auto;padding:10px;scrollbar-color:#6b6b6b #f5f5f5;scrollbar-width:thin}.chat-container::-webkit-scrollbar{width:6px}.chat-container::-webkit-scrollbar-thumb{background-color:#6b6b6b;border-radius:3px}.chat-container::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:3px}h2{font-size:4rem;font-weight:700}p{font-size:1.2rem}@media (max-width:600px){h2{font-size:1.7rem}}p{text-align:center}