body {
  background: #f7f2e8;
  color: #1f1f1f;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
}

a {
  text-underline-offset: 3px;
}

.page {
  width: min(100% - 40px, 1180px);
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .page {
    width: min(calc(100% - 24px), 1180px);
  }
}
