body {
  font-size: 250%;
  margin: 0;
  overscroll-behavior: contain;
  background: green;
  align-self: center;
  z-index: 0;
}

body>* {
  position: relative;
}

.tv{
  margin: 2%;
  background-size:30%;
  overflow: scroll;
  z-index: 2;
}

.tv .ol{
  overflow-x: scroll;
  margin:0;
}
.tv .ol .li{
  display: inline-block;
  font-size: 50%;
  border:2px solid cyan;
  padding: 2%;
  margin: 1%;
  background: greenyellow;
}

.marquee {
    width: 100%; 
    line-height: 0;
    background:rgba(79 196 102 / 52%);
    color: Black;
    white-space: nowrap;
    overflow: hidden;
}
.marquee>*{
    display: inline-block;
    padding-left: 100%;
    animation: marquee 40s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/**
*{
  border:0.1px solid red;
}
/**/
.r1 {
  position: absolute;
  /*border: 0.1px solid red;*/
  display: block;
  padding: 5px;
  margin: 0;
  transform-origin: 180px 180px;
}

.spot {
  position: relative;
  display: inline-block;
  margin: 0 0.25px;
  padding: 0;
  border-bottom: 5px solid #777;
  height: 45px;
  width: 24.5px;
  overflow: hidden;
}

.spot>p {
  font-size: 8px;
  color: #fff;
  line-break: anywhere;
  line-height: 10px;
  text-align: center;
  margin: 5px 0px;
  /*
  border:0.1px solid red;
  /*
  text-shadow: 0.2px 0.2px #aaa,-0.2px 0.2px #aaa,0.2px -0.2px #aaa,-0.2px -0.2px #aaa;
  */
}

.lg {
  border-bottom: none;
  height:50px;
  width: 49.75px;
  font-weight: bold;
  background: #3f3;
}

.lg>p {
  translate: 0px 15px;
}

.chcm {
  color: #fff;
  font-size: 5px;
  width: 70px;
  height: 130px;
  position: absolute;
  right: 70px;
  bottom: 70px;
  line-height: 9px;
  background: rgba(150, 150, 150, 0.5);
  padding: 1px;
}

#board {
  border-radius: 50%;
}

#board1,#board{
  background: navy;
  width: 100%;
  height:100%;
  border: 2px solid rgba(100, 100, 200, 0.4);
  translate: -2px 0;
  z-index: 1;
}

.btn1 {
  position: relative;
  margin: 1px 4px;
}

#p2 {
  display: none;
}

#p3 {
  display: none;
}

.pbar {
  padding: 0 36px;
  width: 288px;
}

.pbar>div:nth-child(1) {
  width: 100%;
  text-align: center;
}

.pbar>div:nth-child(2) {
  position: block;
  border: 1px solid red;
}

.pbar>div>div {
  height: 10px;
  background: #0f0;
}

.plyr {
  display: inline-block;
  width: 152px;
  color: #000;
  text-shadow: 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff;
  text-align: left;
  margin: 2px 2px;
  padding: 3px 6px;
  border: 6px solid #0a0;
  border-radius: 6px;
  font-size: 18px;
}

.prgt {
  text-align: right;
}

.plyrb>button {
  bottom: -40px;
  font-weight: bold;
  padding: 3px 0px;
  width: 100px;
  position: absolute;
  left: 125px;
  font-size: 25px;
  color: #000;
  text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -3px #fff;
  ;
}

.plyrb>button:disabled {
  background: #444;
  opacity: 0.9;
}

#ellipse {
  position: absolute;
  border-radius: 50%;
  height: 80px;
  width: 180px;
  background: #077;
  top: 130px;
  left: 70px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}

#p3 {
  position: absolute;
  border: 0.1px solid red;
  padding: 20px;
}

.ppiece{
  position: absolute;
  display: inline-block;
  font-size: 20px;
  z-index: 1;
  top:20px;
  transform-origin: 12px 12px;
}
.ppiece>div{
  position: absolute;
  text-align: center;
}
.ppiece>div:nth-child(2){
  font-size: 16px;
  translate: 2px 2px;
}

.fx{
  position: absolute;
  height:40px;
  width:40px;
  border-radius: 50%;
  background: #707;
}
.fx>p{
  text-align: center;
  color:#fff;
  position:relative;
  top:-12px;
}

#yt{
  font-size:400%;
  text-align: center;
  padding:25% 0% ;
  position: relative;
}

.bmn {
  position: absolute;
  background: #ffffff77;
 /* right: 5%;
  bottom:5%;*/
  z-index: 3;
}

a{
  font-size: 35%;
  margin:1%;
  white-space: nowrap;
  display: inline-block;
}

.btn {
  background: #f33;
  color: #0ff;
  padding: 3%;
  font-size: 40%;
  display: inline-block;
  font-weight: bold;
  z-index: 3;
  opacity: 0.8;
  /*margin: 2px;*/
  border: 0.5% solid blue;
  /*box-shadow:0px 1px 0px #ff0 */
  text-shadow: 1% 1% 1% #0e9, -1% -1px 1% #0e9, -1% 1% 1% #0e9, 1% -1% 1% #0e9;
}

.btn:hover {
  background: #888;
}

.btn:active {
  /*box-shadow: 0px 0px 0px #ff0;*/
  transform: translateY(1%);
}

#cxmouse{
  position: absolute ;
  border-bottom:15px solid rgba(255,0,255,0.8);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left:50px;
  top:50px;
  z-index: 5;
}


.bbox {
  position: absolute;
  width: 95%;
  bottom: 5%;
  left: 5%;
  z-index: 4;
}

.bbtn {
  background: #666;
  text-align: centre;
  color: #fff;
  margin: 1%;
  padding: 5%;
  font-size: 50%;
  display: inline-block;
  z-index: 3;
  opacity: 0.6;
  /*margin: 2px;*/
  border: 1% solid grey;
  border-radius: 50%;
  /*box-shadow:0px 1px 0px #ff0 */
  text-shadow: 1% 1% 1% #0e9, -1% -1% 1% #0e9, -1% 1% 1% #0e9, 1% -1% 1% #0e9;
}

.bbtn:hover {
  background: #888;
}

.bbtn:active {
  /*box-shadow: 0px 0px 0px #ff0;*/
  transform: translateY(1px);
}

.cir{
  animation: rotate 30s infinite linear;
  top:2%;
  left:2%;
  background: #aaa!important;
  z-index:4;
}
.cir,.cir>div,.cir>div:nth-child(2){
  transform-style: preserve-3d;
}

.cir,.cir:before,.cir:after,.cir>div,.cir>div:before,.cir>div:after,.cir>div:nth-child(2),.cir>div:nth-child(2):before,.cir>div:nth-child(2):after{
  position: absolute;
  content: "";
  border-radius: 50%;
  height:100%;
  width:100%;
  background: linear-gradient(to left ,#222 50%,#aaa 50%);
}
.cir:after{
  background: #222!important;
  transform: translateZ(-0.1px)
}
.cir:before{ transform: rotateY(90deg);}
.cir>div{
  transform: rotateY(45deg)
}
.cir>div:before,.cir>div:nth-child(2):before {
  transform: rotateY(22deg)
}
.cir>div:after,.cir>div:nth-child(2):after{
  transform: rotateY(-22deg)
}

.cir>div:nth-child(2) {
  transform: rotateY(135deg)
}
/**
.cir>div:nth-child(2):before,.cir>div:after{
  background: linear-gradient(to left ,#222 50%,#bbb 50%);
}
/**/
@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.cnvs {
  position: absolute;
  background: #ccf;
  margin: 0;
  z-index: 1;
  top:0;
  left:0;
}

