html, body {
  background-color: var(--color-cream);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}