Facts that will blow your mind...
<style>
.chat-container {
max-width: 100%;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
overflow-x: hidden;
}
.message {
display: flex;
margin-bottom: 10px;
}
.message-content {
max-width: 100%;
padding: 10px;
border-radius: 10px;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
box-sizing: border-box;
}
.human {
justify-content: flex-end;
}
.human .message-content {
background-color: #f4f4f4;
}
.assistant {
justify-content: flex-start;
}
.message-content img, .message-content video {
max-width: 100%;
height: auto;
object-fit: contain;
}
.message-content * {
max-width: 100%;
box-sizing: border-box;
}
.post-content {
max-width: 100%;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
overflow-x: hidden;
}
</style>
<div class="chat-container post-content">
<div class="message human">
<div class="message-content"><p>Facts that will blow your mind</p>
</div>
</div>
<div class="message ai">
<div class="message-content"><p>Did you know that the Earth's magnetic field is actually flipping? It's happened many times in the past, and it's happening right now, slowly. Scientists think it could take a few thousand years for the poles to completely switch.</p>
<p><video autoplay="" muted="" playsinline="" controls="" type="video" loop="" src="https://app.giz.ai/api/tempFiles/tyo01+temp_J5rxdNUKliottUN_ieCmG.mp4"></video></p>
</div>
</div>
<div class="message human">
<div class="message-content"><p>Did you know facts</p>
</div>
</div>
<div class="message ai">
<div class="message-content"><p>Did you know that the Great Pyramid of Giza is so precisely aligned with the cardinal directions that it's only off by a few minutes of arc? That's like being off by the width of a human hair at a distance of a mile!</p>
</div>
</div>
<div class="message human">
<div class="message-content"><p>Long fact that will blow your mind</p>
</div>
</div>
<div class="message ai">
<div class="message-content"><p>Did you know that the Earth's magnetic field flips every few hundred thousand years? It's not a gradual shift, but a sudden, dramatic event that can disrupt our technology and even affect our climate. The last flip happened about 780,000 years ago, and scientists believe we're overdue for another one.</p>
<p><video autoplay="" muted="" playsinline="" controls="" type="video" loop="" src="https://app.giz.ai/api/tempFiles/tyo01+temp_lxEgl7e6bV8yPFYh1pEST.mp4"></video></p>
<p><audio controls="" type="audio" src="https://app.giz.ai/api/tempFiles/tyo01+temp_5u9n2ljYJQ6-6iRS-vfSO.wav"></audio></p>
</div>
</div>
</div>