* {
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: black;
}

.container {
  display: grid;
  place-items: center;
  height: 100vh;
  width: 100vw;
}

#player {
  width: 100%;
  height: calc((9 / 16) * 100vw);
}

.sportbuff-custom-style {
  z-index: 200;
}

