* {
  direction: rtl;
}
body {
  background: #000;
  color: #fff;
}

body.light {
  background: #fff;
  color: #000;
}

#streams {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.server {
  cursor: pointer;
}
