.container { 
  --max-width: 60rem;
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
}
