/* DramaScope — layout
   Цель: весь сайт — центрированный «островок» 1600 px на фоне body. */

#root > div {
  max-width: 1600px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}
