
:root {
    --background-color: #0F222D;
    --logo-color: #DB321A;
    --accent-color: rgb(171, 171, 186);
    --main-font: "Segoe UI", 'arial', Times, serif;
}

#stream_view {
  width: 956px;
  height: 538px;
  margin-left: 50%;
  transform: translate(-50%, 0%);

}

