.container {
    max-width: 800px; /* Adjust the maximum width as needed */
    margin: 0 auto; /* This centers the container horizontally */
    text-align: left; /* Align the content inside the container to the left */
}
p, span {
    text-align: left; /* Align paragraphs and spans to the left */
}