.container {
    width: 65%; /* or a fixed width */
    margin: 0 auto; /* Centers the container */
}
