/* Center main content and limit width on large screens */
#app .container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
