html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: InterUI, Roboto, sans;
  background-color: #111116;
  overflow: hidden;
}

body {
  background: rgba(50, 89, 207, 1);
  background: linear-gradient(45deg, rgba(50, 89, 207, 1) 0%, rgba(0, 255, 170, 1) 100%);
  font-size: 5em;
  text-transform: uppercase;
  font-weight: 700;
  color: hsl(180, 100%, 45%);
}

#container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

iframe {
  display: block;
}

.twitch {
  position: fixed;
  opacity: 0;
  box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}

#twitch-embed-1 {

}

#twitch-embed-2 {
  transform: translateX(110%);
}

#twitch-embed-3 {
  transform: translateX(110%);
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ui button {
  background: hsl(180, 100%, 45%, .5);
  border: 0;
  font-size: 20pt;
  padding: .8em;
  box-shadow: .1em .1em .2em rgba(0, 0, 0, .7);
  cursor: pointer;
}

#ui button:active {
  box-shadow: inherit;
}

#ui-back {
  position: fixed;
  top: 50%;
  left: 0;
}

#ui-forward {
  position: fixed;
  top: 50%;
  right: 0;
}
