:root {
  --bg: #ffffff;
  --text: #737373;
  --primary: #b3be64;
  --secondary: #8cb4b1;
}

html[data-theme="emerald"] {
  --bg: #ffffff;
  --text: #737373;
  --primary: #b3be64;
  --secondary: #8cb4b1;
}

html[data-theme="cherry"] {
  --bg: #ffe4ec;
  --text: #4a4a4a;
  --primary: #d63384;
  --secondary: #f44fa2;
}

html[data-theme="candy"] {
  --bg: #white;
  --text: #fce082;
  --primary: #fc77ec;
  --secondary: #aed9e0;
}

html[data-theme="safari"] {
  --bg: #fefae0;
  --text: #283618;
  --primary: #606c38;
  --secondary: #dda15e;
}

html[data-theme="monotone"] {
  --bg: #ffffff;
  --text: #687351;
  --primary: #9ba17f;
  --secondary: #c9c1ae;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  text-align: center;
}

.heading.maincolor {
  color: var(--primary);
  letter-spacing: 3px;
  font-family: Merriweather, serif;
  line-height: 50px;
  margin-top: 60px;
}

.paragraph {
  color: #814f00;
  text-align: center;
}

.paragraph.person {
  color: var(--text);
  font-family: Merriweather, serif;
  font-size: 17px;
}

.heading-2 {
  text-align: center;
}

.heading-2.table {
  color: var(--secondary);
  font-family: Merriweather, serif;
  font-size: 25px;
}

.paragraph-2 {
  color: #814f00;
  text-align: center;
}

.paragraph-2.person {
  color: var(--text);
  font-size: 17px;
}

.paragraph-3 {
  color: #814f00;
  text-align: center;
}

.paragraph-3.person {
  color: var(--text);
  font-size: 17px;
}

.paragraph-4 {
  color: #814f00;
  text-align: center;
}

.paragraph-4.person {
  color: var(--text);
  border-bottom: 100px solid #0000;
  font-family: Merriweather, serif;
  font-size: 17px;
}

.body {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  background-color: red;
}

.image,
.container {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-button {
  background-color: #8c6320;
}

.search-input {
  border-right: 0 solid #000;
}

.section {
  color: #000;
  background-color: #ccd5ae;
  border-top: 50px solid #0000;
}

.search {
  border-bottom: 100px solid #0000;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
}

.person {
  letter-spacing: 2px;
  font-family: Merriweather, serif;
  line-height: 25px;
}

.body-2 {
  background-color: red;
}

.section-2 {
  color: white;
  text-align: center;
  background-color: black;
}

.image-2 {
  border: 0 solid #000;
  border-right-color: #0000;
}

.paragraph-6 {
  color: white;
  text-align: center;
  -webkit-text-stroke-color: black;
}

.container-2 {
  margin-bottom: -60px;
}