body {
  background-color: transparent !important;
  /* NOTE: this has to be done because some fields have negative margins and that is impossible to deal with otherwise */
  overflow-x: hidden !important;
  overflow-y: auto;
}
