html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
  font-family: "Roboto", sans-serif;
}

canvas {
  display: block;
}

#controlPanel {
  position: absolute;
  right: 25px;
  top: 35px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  display: none;
  z-index: 10;
}

.slider-block {
  margin-bottom: 18px;
}

#controlPanel label {
  display: block;
  margin-bottom: 4px;
}

input[type="range"] {
  width: 160px;
  accent-color: #ff99ff;
}

#radioContainer {
  margin-top: 10px;
  line-height: 1.6;
}

.radio-header {
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-scale {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.8);
}