Explain the difference between container and container-fluid in Bootstrap.
`container` is a fixed-width container, while `container-fluid` is a full-width container that spans the
entire viewport. Use `container` for a fixed layout and `container-fluid` for a fluid, full-width layout.