html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f3f3ff;
  color: #000040;
}

.prose {
  color: #000040 !important;
}

.talk-btn-content a {
  text-decoration: none !important;
}
