body {
  width: 1920px !important;
  height: 1080px !important;
  background-position: left !important;
  background: url(/src/img/bg.png);
}

.container {
  width: 100%;
  height: 100%;

  backdrop-filter: blur(.2rem);
  background: rgba(0, 0, 0, 0.1);
}

.streamingBox {
  width: 1678px;
  height: 708px;

  background: lime;

  position: fixed;
  top: 24px;
  left: 24px;
}

.chatBox {
  width: 70%;

  position: fixed;
  right: 0;
  bottom: 0;
}

.chatBox .labelControl {
  position: fixed;
  /* right: 10px; */
  left: 1095px;
  bottom: 95px;
}

.chatBox h1 {
  transform: rotate(-90deg);
  font-size: 60px;
  margin: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
  color: whitesmoke;
  border-top-right-radius: 1rem;
}

.chatBox .chatBoxContainer {
  width: 600px;
  margin-left: auto;
  height: 320px;
  background: rgba(0, 0, 0, 0.6);
}