
html {
    cursor: url(tvpointer1.png), default;
  }

body {
  background: url(bg5.png) repeat;
  color: black;
  font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
} 

@font-face {
  font-family: "AnonymousPro";
  src: url("https://silkworm-moth.neocities.org/AnonymousPro-Regular.ttf") format("truetype");
}

/* ===== Scrollbar CSS ===== */

    /* Firefox */
    @supports {
  * {
    scrollbar-width: auto;
    scrollbar-color: #cd8ab1 #caa4c9;
  }
    }

  /* Chrome, Edge, and Safari */
  ::-webkit-scrollbar {
    width: 12px;
  }

  ::-webkit-scrollbar-track {
    background: #caa4c9;
  }

  ::-webkit-scrollbar-thumb {
    background: #cd8ab1;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #be568b;
  }
  

  
  
.container {
  position: relative;
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
}
  
.main-image {
  position: relative;
  display: block;
  z-index: 1
}

.table-overlay {
  position: absolute;
  top: 33.25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 893px;
  z-index: 1;
}

.player-overlay {
  position: absolute;
  top: 57.03%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 920px;
  z-index: 1;
}

.player {
  display: flex;
}

.banners-overlay {
  position: absolute;
  display: flex;
  transform: translateX(-50%);
  top: 70.5%;
  left: 37%;
  z-index: 1;
  width: 80%;
  max-width: 800px;
  min-height: 100px;
}

.overlay-banner1 {
  position: absolute;
  flex: 1;
  left: 25.5%;
  top: 0;
  max-width: 30%;
}

.overlay-banner2 {
  position: absolute;
  flex: 1;
  left: 57.4%;
  top: 0;
  max-width: 30%;
}

.overlay-banner3 {
  position: absolute;
  flex: 1;
  left: 88.2%;
  top: 0;
  max-width: 30%;
}


   
table {
    border-spacing: 7px;
}

td {
   background-color: transparent;
   border-style: dashed;
   border-width: 2px;
   border-color: transparent; 
   padding: 1em 3em 1em 3em;
}

a {
    font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
    font-size: 1.2em;
    color: #4f1c41;
    cursor: url(tvpointer2.png), default;
   } 
   
   .t1 {
     font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
     font-size: 0.95em;
     color: #4f1c41;
     font-weight: 500;
     text-decoration: none;
   }
   
.t1:hover {
   text-decoration: none;
   background-color: #be568b;
}
   
  .t3 {
     white-space: nowrap;
   }
   
   .t4 {
     font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
     font-size: 1.4em;
     color: #4f1c41;
     font-weight: 500;
     line-height: 1.8;
     padding: 0.1em;
   }
   
    .t5 {
     font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
     font-size: 0.95em;
     color: #4f1c41;
     font-weight: 500;
   }
   
   .t5:visited {
  color: #7a3670;
}
   
   ul {
  padding: 0;
  width: 100%;
}

li {
  display: inline;
}

li:last-child .t9, .t10, .t11 {
  margin-right: 0;
}

.t6 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 4em;
  text-align: center;
  line-height: 3;
  color: #36132c;
  border-style: dashed;
   border-width: 2px;
   border-color: #613254;
  font-size: 1.3em;
}

.t6:link, .t6:visited, .t6:focus {
  background: rgba(112, 71, 101, 0.6);
}

.t6:hover {
  background: rgba(77, 48, 69, 0.6);
}

.t6:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
}   


.t7 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 9em;
  text-align: center;
  line-height: 3;
  color: #4f1c41;
  border-style: dashed;
   border-width: 2px;
   border-color: #8a4675;
  font-size: 1.3em;
}

.t7:link, .t7:visited, .t7:focus {
  background: rgba(153, 99, 139, 0.6);
}

.t7:hover {
  background: rgba(130, 77, 116, 0.6);
}

.t7:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
}

.t8 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 12.5em;
  text-align: center;
  line-height: 3;
  color: #4f1e1e;
  border-style: dashed;
   border-width: 2px;
   border-color: #914d4d;
  font-size: 1.3em;
}

.t8:link, .t8:visited, .t8:focus {
  background: rgba(176, 114, 114, 0.6);
}

.t8:hover {
  background: rgba(148, 89, 89, 0.6);
}

.t8:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
} 

.t9 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 11em;
  text-align: center;
  line-height: 3;
  color: #4f1c41;
  border-style: dashed;
   border-width: 2px;
   border-color: #8a4675;
}

.t9:link, .t9:visited, .t9:focus {
  background: rgba(153, 99, 139, 0.6);
}

.t9:hover {
  background: rgba(130, 77, 116, 0.6);
}

.t9:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
} 

.t10 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 3.5em;
  text-align: center;
  line-height: 3;
  color: #4f1c41;
  border-style: dashed;
   border-width: 2px;
   border-color: #8a4675;
  font-size: 1.3em;
}

.t10:link, .t10:visited, .t10:focus {
  background: rgba(153, 99, 139, 0.6);
}

.t10:hover {
  background: rgba(130, 77, 116, 0.6);
}

.t10:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
}


.t11 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 4em;
  text-align: center;
  line-height: 3;
  color: #4f1c41;
  border-style: dashed;
   border-width: 2px;
   border-color: #8a4675;
  font-size: 1.3em;
}

.t11:link, .t11:visited, .t11:focus {
  background: rgba(153, 99, 139, 0.6);
}

.t11:hover {
  background: rgba(130, 77, 116, 0.6);
}

.t11:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
}


.t12 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 5.5em;
  text-align: center;
  line-height: 3;
  color: #4f1c41;
  border-style: dashed;
   border-width: 2px;
   border-color: #8a4675;
  font-size: 1.3em;
}

.t12:link, .t12:visited, .t12:focus {
  background: rgba(153, 99, 139, 0.6);
}

.t12:hover {
  background: rgba(130, 77, 116, 0.6);
}

.t12:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
}

.t13 {
     font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
     font-size: 1.4em;
     color: #4f1c41;
     font-weight: 500;
     line-height: 1.8;
     text-align: center;
     padding: 0.1em;
   }
   
.t14 {
    border-spacing: 1px;
}

.t15 {
    table-layout: fixed;
    width: 630px;
    border-spacing: 1px;
}

.t16 {
     width: 45px;
     font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
     font-size: 1.4em;
     color: #4f1c41;
     font-weight: 500;
     line-height: 1.8;
     text-align: center;
     padding: 0.1em;
   }
   
.t17 {
     font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
     font-size: 1.4em;
     color: #4f1c41;
     font-weight: 500;
     line-height: 1.8;
     text-align: center;
     padding: 0.1em;
   }
   
.t18 {
     width: 90px;
     font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
     font-size: 1.4em;
     color: #4f1c41;
     font-weight: 500;
     line-height: 1.8;
     text-align: center;
     padding: 0.1em;
   }












   
   
   
   