Não sou muito bom em css, mas fiz um aqui bem simplezinho para melhorar o css em telas de celular. Ainda tem bastante coisa pra melhorar, tho.
language: css
body{
height: 100vh;
}
main{
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
}
.container{
display: flex;
flex-direction: column;
align-items: center;
}
iframe{
max-height: 30vh;
max-height: 30vh;
}
#chat{
width: 100%;
height: 60vh;
}