
/*fonts*/
.atkinson-hyperlegible-next-200 {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200; //200-800
  font-style: normal;}
.honk {
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  color:#;
  bsckground-color:blue;
  font-style: normal;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;}
.aref-ruqaa-ink-regular {
  font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;}
.aref-ruqaa-ink-bold {
  font-family: "Aref Ruqaa Ink", serif;
  font-weight: 700;
  font-style: normal;}
/*custom fonts*/
.honk-top {
  font-family: "Honk", system-ui;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;
  font-size-adjust: 0.5;
  font-size: 8rem;
  line-height: 0.59;
  letter-spacing: 0;
  word-spacing: -2rem;
  text-transform: uppercase;
  text-shadow: none;
 color: #f00;
}


.fat {margin:1rem;
      margin-top:0;
      margin-bottom:0;}

.slider-container {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position:relative;}
.slider {
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  height: 1.6rem;
  background: transparent; 
  outline: none;}
.slider::-webkit-slider-runnable-track {
  height: .6rem;
  background: #333;
  border-radius: .5rem;}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 2rem;
  height: 1.4rem;
  background: #777;
  border-radius: 5%;
  cursor: pointer;
  margin-top: -.4rem;
  margin-left: -0;
  margin-right: -00;}
.slider-text {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translate(-50%, -70%);
  pointer-events: none;
  font-size: 1rem;
  font-family:"Honk";
  line-height:.59;
  background-color:#777;
  color: #333;}
.slider-text-right {left: unset; right:0}



.button-row {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  flex-wrap: nowrap;
  width:100%;
  padding: 0rem;
  background-color: transparent;}
.button-row button {
  padding: 0rem .6rem;
 flex-grow:1;
  font-size: 1rem;
  font-family: sans-serif;
  cursor: pointer;
  background-color: #444;
  color: #fff;
  border: none;
  border-radius: 0.4rem;
  transition: background-color 0s, transform 0s;}
.button-row button:hover {
  background-color: #666;
  transform: scale(1.05);}
.button-row button:active {
  background-color: #888;}






html, body{
  font-family: Atkinson Hyperlegible Next;
  background:#000;
 color:#0f0;
  margin: 0;
  padding: 0;}

p{
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
}


#canvas {
  display: block;
  margin-top: 0;
  max-width: 100%;
  border: 1px solid #ccc;
}