.content {
    max-width: 600px; /* Adjust this value as needed */
    margin: 0 auto; /* Center the content */
    padding: 0 20px; /* Optional: Add some padding */
    text-align: left; /* Align text to the left */
}
