canvas {
  position: fixed;
  z-index: -10;
}

.element {
  position: relative;
  box-shadow: 0px 0px 5px 5px #4A90E2;
}

.sch1 {
  border-radius: 5px;
  background: linear-gradient(to top, #FF6B6B, #FFE66D);
  color: #1A1A1A;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.sch2 {
  border-radius: 5px;
  background: linear-gradient(to top, #FFD700, #FF8C00);
  color: #1A1A1A;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.sch3 {
  border-radius: 5px;
  background: linear-gradient(to top, #2ECC71, #27AE60);
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.sch4 {
  border-radius: 5px;
  background: linear-gradient(to top, #3498DB, #2980B9);
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.sch5 {
  border-radius: 5px;
  background: linear-gradient(to top, #9B59B6, #8E44AD);
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.sch1r {
  border-radius: 5px;
  background: linear-gradient(to top, #FF6B6B, #FFE66D);
  color: #1A1A1A;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}

.sch2r {
  border-radius: 5px;
  background: linear-gradient(to top, #FFD700, #FFD700);
  color: #1A1A1A;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}

.sch3r {
  border-radius: 5px;
  background: linear-gradient(to top, #2ECC71, #2ECC71);
  color: #FFFFFF;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}

.sch4r {
  border-radius: 5px;
  background: linear-gradient(to top, #3498DB, #2980B9);
  color: #FFFFFF;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}

.sch5r {
  border-radius: 5px;
  background: linear-gradient(to top, #9B59B6, #8E44AD);
  color: #FFFFFF;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}

.gamename {
  background: linear-gradient(to top, #E74C3C, #F1C40F);
  border-radius: 25px;
  color: #2C3E50;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  font-family: Arial;
  margin: 4px 2px;
}

.canvasContainer {
  position: static;
  left: 0px;
  right: 0px;
  top: 135px;
  width: 291px;
  height: 450px;
  bottom: 0px;
  z-index: 1;
}

.contextCanvas {
  position: fixed;
  left: 0px;
  top: 10px;
  z-index: -10;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}

.modalpc {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}

.modalrpt {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  position: relative;
  background-color: #1C2526;
  margin: auto;
  padding: 0;
  border: 1px solid #4A90E2;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.2);
  overflow: auto;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #1A1A1A;
  background-color: #E74C3C;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 4px 4px;
}

.closec {
  float: right;
  font-size: 15px;
  font-weight: bold;
  border: 3px solid #1A1A1A;
  background-color: #E74C3C;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 2px 2px;
}

.close:hover,
.close:focus {
  color: #FFFFFF;
  background-color: #C0392B;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #F1C40F;
  color: #2C3E50;
}

.modal-body {
  padding: 2px 16px;
  font-size: 20px;
  font-weight: bold;
  color: #F1C40F;
  overflow-y: auto;
}

.modalr-header {
  padding: 2px 2px;
  background-color: #F1C40F;
  color: #2C3E50;
}

.modalr-body {
  padding: 2px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #F1C40F;
  overflow: auto;
}

.modalrpt-body {
  padding: 2px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #F1C40F;
  overflow: auto;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #27AE60;
  color: #FFFFFF;
}

.buttonred {
  padding: 4px 0px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color: #FFFFFF;
  background-color: #C0392B;
  border: none;
  border-radius: 1px;
  width: 80px;
  height: 30px;
  border-style: solid;
  border-color: #F1C40F;
  border-width: 2px;
  font-family: Arial;
}

.tbpass {
  border: 2px solid #F1C40F;
  border-radius: 4px;
  height: 24px;
  width: 100px;
  font-size: 1em;
  font-weight: bold;
  color: #F1C40F;
  background-color: #2C3E50;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.tb5 {
  border: 2px solid #F1C40F;
  border-radius: 4px;
  height: 24px;
  width: 40px;
  font-size: 1em;
  font-weight: bold;
  color: #F1C40F;
  background-color: #2C3E50;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}

.buttonred:hover {
  background-color: #2C3E50;
  color: #E74C3C;
}

.tb6 {
  border: 2px solid #F1C40F;
  border-radius: 1px;
  height: 24px;
  width: 60px;
  font-size: 1em;
  font-weight: bold;
  background-color: #2C3E50;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  color: #F1C40F;
}

.tb7 {
  border: 2px solid #F1C40F;
  border-radius: 1px;
  height: 24px;
  width: 100px;
  font-size: 1em;
  font-weight: bold;
  background-color: #2C3E50;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #F1C40F;
}

.buttongreen {
  padding: 4px 15px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color: #FFFFFF;
  background-color: #27AE60;
  border: none;
  border-radius: 8px;
}

.buttongreen:hover {
  background-color: #FFFFFF;
  color: #27AE60;
}

.buttonorange {
  padding: 4px 15px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color: #FFFFFF;
  background-color: #E67E22;
  border: none;
  border-radius: 8px;
}

.buttonorange:hover {
  background-color: #FFFFFF;
  color: #E67E22;
}

.buttonblue {
  padding: 4px 15px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color: #FFFFFF;
  background-color: #3498DB;
  border: none;
  border-radius: 8px;
}

.buttonblue:hover {
  background-color: #FFFFFF;
  color: #3498DB;
}

.buttonyel {
  padding: 4px 15px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color: #FFFFFF;
  background-color: #F1C40F;
  border: none;
  border-radius: 8px;
}

.buttonyel:hover {
  background-color: #FFFFFF;
  color: #F1C40F;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ECF0F1;
}

.timer {
  color: #2C3E50;
  font-family: Arial;
  font-size: 23px;
  font-weight: bold;
}

.backrestime {
  color: #2C3E50;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.head {
  color: #2C3E50;
  font-family: Arial;
  font-size: 25px;
  font-weight: bold;
}

.headgame1 {
  color: #2C3E50;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.headgame2 {
  text-align: center;
  color: #F1C40F;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}

.headgame {
  text-align: center;
  color: #2C3E50;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.headgamedark {
  text-align: center;
  color: #2C3E50;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.headgamedarktop {
  text-align: center;
  color: #2C3E50;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}

.headformdarktop {
  text-align: center;
  color: #2C3E50;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.headgamesmall {
  color: #2C3E50;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.headgamewhite {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.headgameblack {
  color: #1A1A1A;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.headgamefooter {
  color: #1A1A1A;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.headgamesmall:hover {
  color: #2C3E50;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  background-color: #F1C40F;
}

.restime {
  color: #2C3E50;
  font-family: Arial;
  font-size: 23px;
  font-weight: bold;
}

h1 {
  text-align: center;
}

#myBtn {
  background-color: #3498DB;
  width: 130px;
  height: 70px;
  margin-top: 100px;
  margin-right: 550px;
  float: right;
  border-radius: 15px;
  font-size: 15px;
}

#myBtn:hover {
  background-color: #E74C3C;
  color: #FFFFFF;
}

#myTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border-radius: 7px;
}

#myTable td, #myTable th {
  padding: 3px;
  border-radius: 7px;
  text-align: center;
  color: #2C3E50;
}

#myTable tr:nth-child(even) {
  background-color: #ECF0F1;
}

#myTable tr:nth-child(odd) {
  background-color: #BDC3C7;
}

#myTable td:hover {
  background-color: #E74C3C;
  color: #FFFFFF;
}

#myTable th {
  padding-top: 2px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #3498DB;
  border-radius: 7px;
}

#myTable th:hover {
  background-color: #E74C3C;
  color: #FFFFFF;
}

#modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}

#modal-content {
  position: relative;
  background-color: #ECF0F1;
  margin-bottom: 70px;
  padding: 0;
  border: 1px solid #4A90E2;
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.2);
  overflow: auto;
}

#myTable1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 85%;
  border-radius: 7px;
}

#myTable1 td {
  font-family: Arial;
  padding: 3px;
  border-radius: 2px;
  text-align: center;
  color: #F1C40F;
  font-weight: bold;
  border: 2px solid #FFFFFF;
}

#myTable1 td:nth-child(1) {
  font-family: Arial;
  padding: 3px;
  border-radius: 2px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

#myTable1 tr:nth-child(even) {
  background-color: #2C3E50;
}

#myTable1 tr:nth-child(odd) {
  background-color: #2C3E50;
}

#myTable1 td:hover {
  background-color: #27AE60;
  color: #FFFFFF;
}

#myTable1 th {
  padding-top: 2px;
  padding-bottom: 7px;
  text-align: center;
  background-color: #1A1A1A;
  border-radius: 7px;
}

#myTable1 th:hover {
  background-color: #E74C3C;
  Fontana: #FFFFFF;
}

#modalr {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

#modalr-content {
  background-color: #ECF0F1;
  margin-bottom: 70px;
  margin-left: 100px;
  padding: 5px;
  border: 1px solid #4A90E2;
  width: 90%;
  height: 100%;
  border-radius: 10px;
}

#modalrpt {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

#modalrpt-content {
  background-color: #ECF0F1;
  margin-bottom: 70px;
  margin-left: 100px;
  padding: 5px;
  border: 1px solid #4A90E2;
  width: 100%;
  height: 90%;
  border-radius: 10px;
}