body {
    background: black;
    display: flex;
    justify-content: center;
    padding: 100px;
}

#chattable {
    width: 600px;
    height: 500px;
}