:root {
  /* CSS HEX */
  --black: #000000ff;
  --yellow: #fefa00ff;
  --jonquil: #fecd12ff;
  --orange-wheel: #ff8000ff;
  --header-height: 48px;
  --controls-width: 300px;
  --controls-height: 545px /*345px; */
}

#bodyContainer {
  padding-top: var(--header-height);
}