html, body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

#chat-container {
    scroll-behavior: smooth;
}
