body { background: transparent; padding: 0; margin: 0; overflow: hidden;}
#output-container { position: relative; top: 0;}
#output-wrapper { 
  display: flex;
  width: 100vw;
}
#output-wrapper img { object-fit: cover; z-index: -1; }
.courtName {
  position: absolute;
  right: 3rem;
  bottom: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: rgba(255, 255, 255, 25%);
}
.courtNameLarge {
  margin: auto;
  font-size: 7rem;
}
.logoBox { 
  display: flex;
  height: 64px;
  width: 128px;
  background: #fff;
  border-radius: 20px 0 0 0;
}
.logoBox img {
  margin: auto;
  z-index: 10 !important;
}
.bodyBox {
  display: flex;
  flex-grow: 3;
  background: #141414;
  border-radius: 0 0 20px 0;
}
.leftscoreShadow {
  display: flex;
  height: 64px;
  width: 80px;
  background: rgba(0, 0, 0, 25%);
  z-index: 0;
  box-shadow: 10px 0 10px -10px black inset;
}
.rightscoreShadow {
  display: flex;
  height: 64px;
  width: 80px;
  background: rgba(0, 0, 0, 25%);
  z-index: 0;
  box-shadow: -10px 0 10px -10px black inset;
}
.homeBox {
  display: flex;
  height: 64px;
  background: #D31D1d;
  flex-grow: 1;
}
.awayBox {
  display: flex;
  height: 64px;
  background: #A91818;
  flex-grow: 1;
}
.bodyBox span {
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.teamLogo {
  margin: auto;
  z-index: 0 !important;
  height: 50px;
  width: 100px;
  box-shadow: 0px 0px 10px -1px black;
}
.bugName {
  font-size: 3rem;
  line-height: 4.5rem;
}
.bugPoints {
  width: 80px;
  height: 64px;
  text-align: center;
  font-size: 3rem;
  line-height: 4.5rem;
  z-index: 1;
}
