.botui-message-content-image {
  border-radius: 0.6rem;
}

.text-ce {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-family: 'Noto Serif SC', serif;
  font-weight: 700;
  color: #5d464d;
}
.text-ce i {
  font-style: normal;
  color: #a1a1a1;
  margin: 0 0.6rem;
}
.central-600 {
  background: url("https://img.gejiba.com/images/2e34a88491d60fa809883cc7cd149759.jpg") no-repeat center;
  border-radius: 2.2rem;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(132, 88, 100, 0.16);
  border: 1px solid rgba(236, 216, 221, 0.9) !important;
}
.central-600 .botui-app-container {
    width: 100%;
    background: linear-gradient(180deg, rgba(52, 35, 40, 0.2), rgba(52, 35, 40, 0.35));
}
.central-600 .botui-container {
  border-radius: 3rem;
  background: transparent;
}
.central-600 .botui-actions-buttons-button {
  border-radius: 999px;
  background: linear-gradient(135deg, #d46b89, #b75573);
  font-family: 'Noto Serif SC', serif !important;
  font-weight: 400 !important;
}
.central-600 .botui-message-content {
  padding: 10px 16px;
  color: #6b565d;
  background-color: rgba(255, 255, 255, 0.94);
}
.central-600 .botui-message-content.human {
  color: #fff;
  background-color: #a86479;
}
.central-600 .botui-container {
    padding: 1rem;
    box-sizing: border-box;
}
