.dark-theme {
  background: #000;
  color: #fff;
}
.light-theme {
  color: #000;
}
body {
  background-image: url('../bg.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
.container___ozzIF {
  background-color: transparent !important;
  background-image: url('../bg.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
