body {
  background-color: #f9f9f9;
}

body.honeygrow {
  margin: 0;
  padding: 0;
  background: #f9f7ea;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

body.crackerbarrel {
  background-color: #fdf8f1;
}

.honeygrow .seo-page {
  width: 1500px;
  min-height: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #f9f7ea;
}

.crackerbarrel .seo-page {
  background-color: #fdf8f1;
}

.honeygrow .content {
  width: 1280px;
  min-height: 1448px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #f9f7ea;
  border-radius: 12px;
  box-sizing: border-box;
}

.crackerbarrel .content {
  background-color: #fdf8f1;
}

.honeygrow .nav-bar {
  width: 1280px;
  min-height: 72px;
  padding: 0px 32px;
  display: flex;
  flex-direction: row;
  background: #f9f7ea;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
}

.crackerbarrel .nav-bar {
  background-color: #fdf8f1;
}
