.content {
    display: none;
}
#chat {
    display: flex;
  justify-content: center; /* Centers horizontally */
}
#sources {
    display: flex;
  justify-content: center; /* Centers horizontally */
}
.image {
    display: flex;
  justify-content: center; /* Centers horizontally */
}
body {
    padding: 50px; 
}