/* body {
  margin: 0;
} */

/* #root {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0rem;
  text-align: center;
} */

.led-label,
.btn-label {
  display: block;
  margin: auto;
  width: max-content;
  color: #f4f4f4;
  font-size: 1rem;
  font-family: "Cabin", sans-serif;
  background: #434343;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  white-space: normal;
  max-height: 3.4rem;
  overflow-y: hidden;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  user-select: none;

  &.hovered {
    background: #000000;
  }

  &.unbound {
    background: #999999;
  }
}

.led-label {
  max-width: 7rem;
}

.btn-label {
  max-width: 5.8rem;
}

/* div {
  z-index: 0 !important;
} */

/* canvas {
  height: 23rem;
} */
