.EmailFeatures .Body {
  color: white;
  line-height: 1.7;
  background-color: #0b1220;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: none;
  background-image: radial-gradient(circle at top left, rgba(124, 58, 237, 0.12), transparent 45%), radial-gradient(circle at bottom right, rgba(244, 114, 182, 0.12), transparent 50%);
}
.EmailFeatures .Body .Footer {
  color: #444 !important;
  font-size: 1rem;
  stroke: 1px;
  stroke-color: white;
}
.EmailFeatures .Title {
  font-size: 1rem;
  color: white;
}
.EmailFeatures .Text {
  font-size: 1rem;
  white: white;
}