html,
body {
  background: #000 !important;
}

/* Main Tevello area */
main,
section,
[class*="tevello"],
[class*="member"],
[class*="course"],
[class*="community"] {
  background-color: #000 !important;
}

/* Cards only */
[class*="card"] {
  background: #171717 !important;
  border: 1px solid #333 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* Remove weird boxes around text */
h1, h2, h3, h4, h5, h6,
p, span, a, strong, small {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Inputs */
input,
select,
textarea {
  background: #050505 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
}

/* Text */
body,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #fff !important;
}