.message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden; /* Ensure contents don't overflow */
}

.message-content {
    float: left; /* Align content to the left */
}

.message-time {
    float: right; /* Align timestamp to the right */
    font-size: 12px; /* Adjust font size */
    color: #888; /* Adjust color */
}
