html {
  background-color: #171717 !important;
}
html {
  filter: invert(100%) hue-rotate(180deg) brightness(80%) contrast(85%);
  -webkit-filter: invert(100%) hue-rotate(180deg) brightness(80%) contrast(85%);
}
body {
  background-color: #fff !important;
}
img,
video,
body * [style*="background-image"] {
  filter: hue-rotate(180deg) contrast(100%) invert(100%);
  -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
}

.svg_image {
  float: center;
  /* filter: hue-rotate(180deg) contrast(100%) invert(100%); */
  /* -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%); */
  filter: sepia(100%) ;
  -webkit-filter: sepia(100%);
}

/* .dark-image-box { */
/*     position: relative; */
/*     display: inline-block; */
/* } */

/* div.dark-image:after { */
/*     content: ""; */
/*     background: rgba(255, 0, 0, 0.4); */
/*     position: absolute; */
/*     top: 0; */
/*     left: 0; */
/*     width: 100%; */
/*     height: 100%; */
/* } */
