
html {
  font-family: Gotham, sans-serif;
  background: #ffffff;
  margin:0;
  padding:0;
}

.sub-menu {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

/* presentational */
body { padding: 2%; font: 18px/1.4 sans-serif; }

.sub-menu-parent { position: relative; }

.sub-menu {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

/* presentational */
body { padding: 2%; font: 18px/1.4 sans-serif; }

nav a { color: blanchedalmond; font-weight: bold; text-shadow: black 1px 1px 3px; display: block; padding: 0.5em 1em; text-decoration: none; }
nav a:hover { color: #4ac2ff; }
nav ul,
nav ul li { list-style-type: none; padding: 0; margin: 0; }

nav > ul { background: transparent; text-align: center; }
nav > ul > li { display: inline-block; border-left: solid 1px #aaa; }
nav > ul > li:first-child { border-left: none; }

.sub-menu {
  background: rgb(0, 0, 0);
  border-radius: 12px;
}

.tbl-container {
  position: relative;
  top: -130px;
}
span{
  color:white;
  text-shadow: black 1px 1px 3px;
}

.center {
  margin-left:2%;
  margin-right:2%;
  /*margin-top: -100px;*/
}

.container {

  display: flex;
  flex-direction: column;
  min-width: 385px;
}

.frame {
  border: black solid 2px;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  margin-left:12%;
  margin-right: 12%;
}


.app-title {
  color: black;
  padding: 10px;
  font-weight: bold;
  font-size: 2.5rem;

}

.buttons {
  width:90%;
  margin:0 auto;
  text-align:center;
  font-size:1rem;
  font-weight: bold;
  color:#ff96b3;
  background-color: #4ac2ff;
  border: solid black 2px;
  border-radius: 12px;
  padding-bottom: 20px;
}

.buttons a {
  padding-top: 50px;
  margin: 10px;
  display: inline-block;
  color: #000;
  width:125px;
  height:125px;
  box-sizing:border-box;
  text-decoration: none;
  border-radius: 12px;
  border: solid black 3px;
  background-color: #ffb800;
  box-shadow:0 -4px 0 rgba(0,0,0,0.4) inset;
  transition:background-color 0.3s;
}

.buttons a:hover {
  background-color: #4ac2ff;
}

.buttons a:active {
  color: #000000;
  background-color: #00c1d9;
  box-shadow:0 0 0 rgba(0,0,0,0.4) ;
  transition:all 0.1s
}

.special-fx  a {
  font-size:1rem;
  font-weight: bold;
  color: #000000;
  background-color: #4ac2ff;
  border: solid black 2px;
  border-radius: 50%;
}

.special-fx  a:hover {
  font-size:1rem;
  font-weight: bold;
  color: #000000;
  background-color: #00fff5;
  border: solid black 2px;
  border-radius: 50%;
}

.special-fx  a:active {
  font-size:1rem;
  font-weight: bold;
  color: #000000;
  background-color: #4ac2ff;
  border: solid black 2px;
  border-radius: 50%;
}

.stop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.stop a {
  background-color: rgb(255, 11, 66);
}

.stop a:hover {
  background-color: rgb(243, 76, 111);
}



.rr a {
  padding-top: 20px;
  width: 90%;
  max-width: 410px;
  background-color: #ffe500;
}

.rr a:hover {
  background-color: white;
}



audio {
  display:none
}

.disable_notif {
  display: flex;
  justify-content: center;
  line-height: 5px;
}
.credit {
  display: flex;
  justify-content: center;
  color:black;
}

