body {
  cursor: url('https://keokluck.neocities.org/Main%20UI%20Elements/Cursors/Paw%20mouse1.png'), pointer;
  background-image: url(https://keokluck.neocities.org/Main%20UI%20Elements/orange%20plaid1.png); background-repeat: repeat; margin: 0px; height: 100vh; width: 100%; background-color: rgb(255, 210, 133); background-size: cover;}
#id_1766611013558{position: absolute; z-index: 90; width: 568px; height: 260px; border: 3px dotted rgb(243, 157, 57); background-color: rgb(251, 249, 203); left: 246px; top: 172px; font-family: "Quicksand";}
#id_1766611035783{position: absolute; z-index: 90; width: 1522px; height: 153px; border: 3px dotted rgb(243, 157, 57); left: 16px; top: 3px; flex-direction: row-reverse; background: rgb(251, 249, 203);}
#id_1766611913640{position: absolute; z-index: 90; width: 1168px; height: 34px; left: 129px; top: 115px;}
#id_1766612986204{position: absolute; z-index: 90; width: auto; height: auto; border: none; position: static; overflow-wrap: break-word; display: block; margin: 0px; text-align: center; font-family: "Cherry Bomb One", system-ui;}
#id_1766611252659{position: absolute; z-index: 90; width: 222px; height: 831px; border: 2px dashed rgb(243, 157, 57); background-color: rgb(251, 249, 203); left: 16px; top: 172px; font-family: "Quicksand", sans-serif;}
#id_1766611294062{position: absolute; z-index: 90;width: 981px; height: 547px; border: 3px dotted rgb(243, 157, 57); background-color: rgb(251, 249, 203); left: 246px; top: 443px; font-family: "Quicksand";}
#id_1766611380491{position: absolute; z-index: 90;width: 232px; height: 830px; border: 2px dashed rgb(243, 157, 57); background-color: rgb(251, 249, 203); left: 1237px; top: 171px;}
#id_1766613334825{position: absolute; z-index: 90;width: 229px; height: 100px; font-family: "Quicksand";}
#id_1766611448056{position: absolute; z-index: 90;width: 402px; height: 260px; border: 3px dotted rgb(243, 157, 57); background-color: rgb(251, 249, 203); left: 825px; top: 171px; font-family: "Quicksand";}
.box2{position: absolute; z-index: 90;z-index: 90; width: auto; height: auto; border: none; position: static; overflow-wrap: break-word; display: block; margin: 0px;}
#id_1766611696522{position: absolute; z-index: 90;width: auto; height: 192px; position: absolute; z-index: 90; left: 8px; top: 7px; display: inline-block;}
.space{position: absolute; z-index: 90; width: 100px; height: 100px; left: 1369px; top: 900px;}

.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.cherry-bomb-one-regular {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.code-wrapper {
  position: relative;
  width: 232px;
}

.scroll-box {
  max-height: 100px;
  overflow: auto;
  background: #f7f6ef;
  border: 2px solid #dc7239;
  padding: 10px;
  font-family: monospace;
  font-size: 0.85em;
  white-space: pre;
  width: 80%;
}

.copy-btn {
  margin-top: 2px;
  width: 90%;
  padding: 6px;
  font-size: 0.8em;
  cursor: pointer;

  background: #dc7239;
  color: #fff;
  border: 1px solid #EDD58C;
  border-radius: 6px;

  transition: background 0.2s ease, transform 0.1s ease;
}

.copy-btn:hover {
  background: #ee9836;
  transform: translateY(-1px);
}
.title-box {
  width: 95%;
  height: 50px;
  border: 2px solid #dc7d3c;
  display: flex;
  align-items: center;
  padding-left: 10px;
  background-image: url(https://keokluck.neocities.org/Main%20UI%20Elements/orange%20plaid2.png);
  background-repeat: repeat;
}

.tv-container {
  position: relative;
  width: 567px;   /* match video width */
  height: 260px;  /* match TV frame height */
}

/* YouTube screen */
.tv-video {
  position: absolute;
  top: 34px;      /* adjust to fit screen opening */
  left: 40px;
  width: 487px;
  height: 218px;
  border: 4px solid #dc7d3c;
  z-index: 1;
}

/* Blinkie ticker */
.tv-marquee {
  position: absolute;
  left: 30px;
  width: 500px;
  z-index: 2;
}

/* TV overlay frame */
.tv-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none; /* clicks go through to iframe */
}
button{
  font-family: "Cherry Bomb One", system-ui;
  color: rgb(232, 119, 59);
  border-radius: 10px;
  background-color: #ffdf75;
  border-color: #dc7d3c;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button:hover {
  background-color: #e89a63;
}
.button,
.button:visited,
.button:hover,
.button:active {
  color: #EDD58C;
  text-decoration: none;
}
a,
button,
input,
textarea,
select,
[onclick] {
  cursor: url("https://keokluck.neocities.org/Main%20UI%20Elements/Cursors/Paw%20mouse2.png"), pointer;
}