body,
html {
  background-color: #edf2f2;
  font-family: 'Lato', sans-serif;
}

#isa-chat {
  /* background-color: ; */
  margin-top: 60px;
}

#isa-chat .chimplify-main-container {
  width: 100%;
  max-width: var(--chimplify-max-width);
  margin-left: auto;
  margin-right: auto;
}

.page-info .title {
  font-size: 3.4rem;
  color: #0fa84d;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
