@font-face {
  font-family: f;
  src: url("/media/games/rap-robot/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/rap-robot/fonts/Robot Crush.otf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
  text-transform: lowercase;
  /* Track */
  /* Handle */
}
#full-area ::-webkit-scrollbar {
  width: 10px;
  background: transparent;
  height: 0px;
}
#full-area ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.327);
  height: 0px;
  border-radius: 100px;
}
#full-area ::-webkit-scrollbar-thumb {
  background: gold;
  border-radius: 100px;
}
#full-area .screamAnim {
  animation: screamAnim 0.2s infinite;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/rap-robot/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 999999999;
  background: url("/media/games/rap-robot/images/background2.png");
  background-size: cover;
  background-position: top center;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #home-section #logo {
  height: 500px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  margin-left: 0px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #home-section #home-btns {
  width: 70%;
  margin-left: 11%;
  justify-content: space-around;
  display: flex;
  margin-top: 50px;
}
#full-area #game-area #content #home-section #home-btns img {
  width: 300px;
  cursor: pointer;
}
#full-area #game-area #content #testing {
  position: absolute;
  z-index: 999999999999999999;
}
#full-area #game-area #content #text-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  display: none;
}
#full-area #game-area #content #text-screen p {
  font-family: f2;
  color: white;
  font-size: 70px;
  line-height: 75px;
  width: 100%;
  text-align: center;
  letter-spacing: 7px;
  text-shadow: 1px 6px 4px rgba(0, 0, 0, 0.468);
  margin-top: -35px;
  height: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  display: flex;
  align-items: center;
  animation: scale 1.5s infinite;
  padding: 0 5%;
}
#full-area #game-area #content #introduction-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999;
}
#full-area #game-area #content #introduction-screen img {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
#full-area #game-area #content #introduction-screen p {
  font-family: f2;
  color: white;
  font-size: 40px;
  line-height: 50px;
  width: 60%;
  text-align: center;
  letter-spacing: 7px;
  text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.468);
  height: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 85%;
  display: flex;
  top: 47%;
  transform: translateY(-50%);
  left: 3%;
  position: relative;
  align-items: center;
  padding: 10px 20px;
  background: #00000096;
  background: rgba(135, 207, 235, 0.437);
  border: 4px solid rgba(255, 255, 255, 0.788);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.307);
  border-radius: 10px;
}
#full-area #game-area #content #introduction-screen video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
#full-area #game-area #content #words-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #words-section #top-part {
  width: 100%;
  height: 43%;
}
#full-area #game-area #content #words-section #top-part .content {
  width: 100%;
  height: 100%;
  position: relative;
  background: #00000027;
}
#full-area #game-area #content #words-section #top-part .content img {
  height: 40%;
  display: flex;
  margin: 0 auto;
  animation: logoAnim 1.5s infinite;
  top: 10px;
  position: relative;
}
#full-area #game-area #content #words-section #top-part .content p {
  font-family: f2;
  color: white;
  font-size: 60px;
  line-height: 65px;
  width: 100%;
  text-align: center;
  letter-spacing: 7px;
  text-shadow: 1px 6px 4px rgba(0, 0, 0, 0.468);
  margin-top: 35px;
  height: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #words-section #bottom-part {
  width: 100%;
  height: 72%;
  background: url("/media/games/rap-robot/images/bg3.png");
  background-size: cover;
  background-position: top center;
}
#full-area #game-area #content #words-section #bottom-part .content {
  width: 100%;
  height: 100%;
  position: relative;
  background: #00000013;
}
#full-area #game-area #content #words-section #bottom-part .content #one-word-question {
  width: 100%;
  position: absolute;
  top: 15%;
  display: none;
}
#full-area #game-area #content #words-section #bottom-part .content #one-word-question p {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 50px;
  text-transform: lowercase;
  font-family: f2;
  letter-spacing: 5px;
  color: skyblue;
  text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.275);
}
#full-area #game-area #content #words-section #bottom-part .content #choosen-words {
  display: flex;
  width: 95%;
  left: 2.5%;
  position: relative;
  top: 23%;
  transform: translateY(-50%);
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 40px;
  height: 180px;
  align-items: center;
  overflow: hidden;
  overflow-y: scroll;
}
#full-area #game-area #content #words-section #bottom-part .content #choosen-words::-webkit-scrollbar {
  display: none;
}
#full-area #game-area #content #words-section #bottom-part .content #choosen-words .word {
  width: auto;
  height: 80px;
}
#full-area #game-area #content #words-section #bottom-part .content #choosen-words .word p {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 50px;
  text-transform: lowercase;
  font-family: f2;
  letter-spacing: 3px;
  flex-wrap: nowrap;
  color: skyblue;
  text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.275);
}
#full-area #game-area #content #words-section #bottom-part .content #choose-words-btns {
  width: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 46%;
  gap: 20px;
  transform: translateX(-50%);
}
#full-area #game-area #content #words-section #bottom-part .content #choose-words-btns div {
  padding: 5px 0px;
  border: 2px solid white;
  border-radius: 15px;
  background: #000000a1;
  cursor: pointer;
  width: 220px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.274), 0 0 10px rgba(0, 0, 0, 0.233);
  background: limegreen;
  transition: 0.2s;
}
#full-area #game-area #content #words-section #bottom-part .content #choose-words-btns div p {
  font-family: f;
  font-size: 40px;
  color: white;
  margin: 0;
  animation: btnAnim 0.8s infinite;
  width: 100%;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-family: f2;
}
#full-area #game-area #content #words-section #bottom-part .content #choose-words-btns div:nth-child(2) {
  background: darkred;
}
#full-area #game-area #content #words-section #bottom-part .content #choose-words-btns div:hover {
  filter: brightness(1.2);
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: url("/media/games/rap-robot/images/background3.png");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #end-section .content {
  width: 100%;
  left: 0%;
  height: 100%;
  position: relative;
  top: 0;
  background-size: cover;
}
#full-area #game-area #content #end-section .content #logo2 {
  height: 35%;
  display: flex;
  margin: 0 auto;
  margin-top: 1%;
  z-index: 2;
  position: relative;
  top: 40px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #end-section .content #end-btns {
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  padding-top: 0px;
  margin-left: 5px;
  justify-content: center;
  width: 50%;
  padding: 20px 0;
  padding-bottom: 30px;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 100px;
  cursor: pointer;
  margin: 0px auto;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #start-music-btn {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  border: 2px solid white;
  border-radius: 15px;
  background: #000000a1;
  cursor: pointer;
  width: auto;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.274), 0 0 10px rgba(0, 0, 0, 0.233);
  color: white;
  font-family: f2;
  font-size: 70px;
  letter-spacing: 5px;
  line-height: 70px;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background: url("/media/games/rap-robot/images/background2.png");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #play-section .content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  margin: 0;
}
#full-area #game-area #content #play-section .content #feat-info {
  height: 100px;
  width: auto;
  position: relative;
  animation: scale 1.5s infinite;
  margin: 0 auto;
  justify-content: center;
}
#full-area #game-area #content #play-section .content #feat-info #words-info {
  background: linear-gradient(30deg, rgba(255, 255, 255, 0.291), #564064, rgba(255, 255, 255, 0.285));
  border-radius: 10px;
  border: 1px solid white;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.253);
  position: relative;
  padding: 0 20px;
  min-width: 450px;
  text-wrap: nowrap;
  margin: 20px;
  height: 70px;
}
#full-area #game-area #content #play-section .content #feat-info #words-info p {
  color: white;
  font-family: f2;
  font-size: 40px;
  text-transform: lowercase;
  text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.275);
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
#full-area #game-area #content #play-section .content #disque-reader {
  position: absolute;
  height: 400px;
  left: 1020px;
  top: 210px;
  z-index: 2;
  opacity: 0;
}
#full-area #game-area #content #play-section .content #disque-reader img {
  height: 100%;
  transform: rotate(53deg);
  transform-origin: top center;
  transition: 0.5s;
}
#full-area #game-area #content #play-section .content video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
#full-area #game-area #content #play-section .content #song-title {
  font-family: f2;
  font-size: 70px;
  text-align: center;
  line-height: 65px;
  padding: 0 5%;
  letter-spacing: 4px;
  margin-top: 30px;
  text-shadow: 1px 6px 4px rgba(0, 0, 0, 0.468);
  text-transform: lowercase;
}
#full-area #game-area #content #play-section .content #track-name {
  display: block;
  justify-content: center;
  width: 90%;
  left: 5%;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 0px;
}
#full-area #game-area #content #play-section .content #track-name p {
  font-size: 60px;
  letter-spacing: 3px;
  font-family: f2;
  color: gold;
  margin: 0px 15px;
  text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.275);
}
#full-area #game-area #content #play-section .content #lyrics {
  font-family: f2;
  width: 80%;
  left: 10%;
  height: 342px;
  overflow: hidden;
  overflow-y: scroll;
  font-size: 30px;
  background: #000000bb;
  backdrop-filter: blur(5px);
  padding: 10px 30px;
  position: absolute;
  bottom: 170px;
  border-radius: 15px;
  border: 5px solid white;
  letter-spacing: 2px;
  animation: scale 2.5s infinite;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.307);
  display: none;
}
#full-area #game-area #content #play-section .content #lyrics hr {
  background: white;
  display: none;
}
#full-area #game-area #content #play-section .content #lyrics span {
  color: gold;
}
#full-area #game-area #content #play-section .content #lyrics::-webkit-scrollbar {
  display: none;
}
#full-area #game-area #content #play-section .content #music-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 20px;
  font-family: f2;
  text-align: center;
  font-size: 40px;
  bottom: 90px;
}
#full-area #game-area #content #play-section .content #music-btn div {
  border: 3px solid white;
  background: rgba(135, 207, 235, 0.712);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.307);
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.2s;
  letter-spacing: 2px;
  color: white;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.274);
  text-wrap: nowrap;
  white-space: nowrap;
}
#full-area #game-area #content #play-section .content #music-btn div:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #play-section .content #music-btn div:active {
  transform: scale(0.98);
}
#full-area #game-area #content #play-section .content #music-btn #share-btn {
  background: rgba(0, 255, 0, 0.651);
}
#full-area #game-area #content #play-section .content #music-btn #share-btn:hover {
  filter: brightness(1.3);
}
#full-area #game-area #content #play-section .content #music-btn #share-btn.disabled {
  pointer-events: none;
  opacity: 0.3;
  filter: grayscale(1);
}
#full-area #game-area #content #play-section .content #disque {
  position: absolute;
  left: 50%;
  top: 400px;
  transform: translate(-50%, -50%) scale(0);
  height: 430px;
  opacity: 0;
}
#full-area #game-area #content #play-section .content #disque img {
  height: 100%;
  animation: rotate 5s linear infinite;
}
#full-area #game-area #content #play-section .content #notes {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  filter: brightness(100);
  margin-top: 70px;
}
#full-area #game-area #content #play-section .content #notes .note {
  opacity: 1;
  height: 50px;
  transform: translateX(820px) translateY(290px) scale(0);
  position: absolute;
}
#full-area #game-area #content #play-section .content #notes .note img {
  height: 100%;
  animation: logoAnim 1.5s infinite;
}
#full-area #game-area #content #tracks-history-section {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  left: 0;
  z-index: 9;
}
#full-area #game-area #content #tracks-history-section svg {
  position: absolute;
  left: 50px;
  top: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9;
}
#full-area #game-area #content #tracks-history-section h1 {
  color: white;
  font-family: f2;
  font-size: 70px;
  letter-spacing: 3px;
  text-shadow: 1px 6px 4px rgba(0, 0, 0, 0.468);
  text-align: center;
  animation: scale 1.5s infinite;
  margin-top: 20px;
}
#full-area #game-area #content #tracks-history-section #tracks-history-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 10px 50px;
  height: auto;
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
}
#full-area #game-area #content #tracks-history-section #tracks-history-list .track-history-item {
  width: 300px;
  min-height: 120px;
  background: #000000bd;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  border: 3px solid white;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.274), 0 0 10px rgba(0, 0, 0, 0.233);
  padding: 10px 20px;
  font-family: f2;
  font-size: 25px;
  letter-spacing: 3px;
  text-transform: lowercase;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #tracks-history-section #tracks-history-list .track-history-item:hover {
  filter: brightness(1.4);
}
#full-area #game-area #content #tracks-history-section #tracks-history-list .track-history-item .track-info {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#full-area #game-area #content #tracks-history-section #tracks-history-list .track-history-item .track-info .slug {
  width: 100%;
  text-align: center;
  color: gold;
  font-size: 30px;
  line-height: 30px;
}
#full-area #game-area #content #tracks-history-section #tracks-history-list .track-history-item .track-info .date-created {
  text-align: center;
  margin-top: -10px;
}
#full-area #game-area #content #track-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #content #track-section svg {
  position: absolute;
  left: 50px;
  top: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9;
}
#full-area #game-area #content #track-section h1 {
  color: white;
  font-family: f2;
  font-size: 70px;
  letter-spacing: 3px;
  text-shadow: 1px 6px 4px rgba(0, 0, 0, 0.468);
  text-align: center;
  animation: scale 1.5s infinite;
  margin-top: 20px;
}
#full-area #game-area #content #track-section #alexa-msg {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin: -110px 30px;
}
#full-area #game-area #content #track-section #alexa-msg p {
  color: white;
  font-family: f;
  font-size: 50px;
  letter-spacing: 2px;
}
#full-area #game-area #content #track-section #themes {
  width: 90%;
  left: 5%;
  position: absolute;
  height: 480px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 30px;
  margin-left: -20px;
  margin-top: 20px;
}
#full-area #game-area #content #track-section #themes .theme {
  width: 300px;
  height: 90px;
  background: #000000bd;
  font-family: f2;
  font-size: 40px;
  letter-spacing: 2px;
  padding: 0;
  position: relative;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  border: 3px solid white;
  margin: 0;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.274), 0 0 10px rgba(0, 0, 0, 0.233);
}
#full-area #game-area #content #track-section #themes .theme p {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#full-area #game-area #content #track-section #themes .theme:hover {
  filter: brightness(1.4);
}
#full-area #game-area #content #track-section #themes .theme:active {
  transform: scale(0.98);
}
#full-area #game-area #content #track-section #tracks {
  min-width: 100%;
  width: auto;
  display: flex;
  margin-top: 0px;
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding-right: 30px;
}
#full-area #game-area #content #track-section #tracks .track {
  width: 300px;
  min-width: 300px;
  height: 446px;
  background: url("/media/games/rap-robot/images/tracks/1.png");
  background-size: cover;
  cursor: pointer;
  position: relative;
  transform: scale(0.8);
  margin: 0 -10px;
}
#full-area #game-area #content #track-section #tracks .track p {
  color: white;
  font-family: f2;
  font-size: 40px;
  letter-spacing: 3px;
  text-shadow: 1px 6px 4px rgba(0, 0, 0, 0.166);
  text-align: center;
  position: relative;
  top: 100%;
  transform: translateY(-170%);
}
#full-area #game-area #content #track-section #tracks .track #track-img {
  width: 240px;
  height: 240px;
  margin-top: 45px;
  margin-left: 30px;
  background: #000;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
}
#full-area #game-area #content #track-section #tracks .track #track-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
}
#full-area #game-area #content #track-section #tracks .track:nth-child(1), #full-area #game-area #content #track-section #tracks .track:nth-child(5), #full-area #game-area #content #track-section #tracks .track:nth-child(9) {
  background: url("/media/games/rap-robot/images/tracks/1.png");
  background-size: cover;
}
#full-area #game-area #content #track-section #tracks .track:nth-child(2), #full-area #game-area #content #track-section #tracks .track:nth-child(6), #full-area #game-area #content #track-section #tracks .track:nth-child(10) {
  background: url("/media/games/rap-robot/images/tracks/2.png");
  background-size: cover;
}
#full-area #game-area #content #track-section #tracks .track:nth-child(3), #full-area #game-area #content #track-section #tracks .track:nth-child(7), #full-area #game-area #content #track-section #tracks .track:nth-child(11) {
  background: url("/media/games/rap-robot/images/tracks/3.png");
  background-size: cover;
}
#full-area #game-area #content #track-section #tracks .track:nth-child(4), #full-area #game-area #content #track-section #tracks .track:nth-child(8), #full-area #game-area #content #track-section #tracks .track:nth-child(12) {
  background: url("/media/games/rap-robot/images/tracks/4.png");
  background-size: cover;
}
#full-area #game-area #content #scoreboard-section {
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000097;
}
#full-area #game-area #content #scoreboard-section h1 {
  color: white;
  font-family: f2;
  font-size: 70px;
  text-align: center;
  color: black;
  letter-spacing: 10px;
  top: 120px;
  width: 100%;
  z-index: 2;
  position: absolute;
}
#full-area #game-area #content #scoreboard-section #back-btn {
  left: 100%;
  top: 100%;
  position: absolute;
  transform: translate(-100%, -100%);
  margin: -5px -25px;
  cursor: pointer;
  z-index: 1;
  cursor: pointer;
}
#full-area #game-area #content #scoreboard-section #back-btn img {
  width: 200px;
}
#full-area #game-area #content #scoreboard-section #back-btn p {
  font-size: 50px;
  color: white;
  font-family: f;
  padding: 0 30px;
  border: 2px solid white;
  border-radius: 15px;
  background: #000000a1;
}
#full-area #game-area #content #scoreboard-section #scores {
  width: 67%;
  height: 520px;
  position: absolute;
  background: url("/media/games/rap-robot/images/parchment.png");
  background-size: cover;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) scale(1.1);
  padding-top: 175px;
}
#full-area #game-area #content #scoreboard-section #scores h6 {
  color: black;
  font-family: f;
  font-size: 70px;
  position: relative;
  width: 75%;
  text-align: center;
  top: 20%;
  transform: translateY(-100%);
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
  margin-bottom: 20px;
}
#full-area #game-area #content #scoreboard-section #scores p {
  color: black;
  font-family: f2;
  letter-spacing: 5px;
  font-size: 35px;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.716);
  margin: -37px 0;
  margin-left: 220px;
}
#full-area #game-area #content #scoreboard-section #scores p img {
  height: 50px;
  margin-right: 20px;
  margin-top: -10px;
  margin-left: 5px;
}
#full-area #game-area #content #scoreboard-section #scores p span:nth-child(1) {
  position: relative;
  top: 10px;
  font-size: 65px;
  margin-right: 50px;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
}

.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes seqAnim {
  0% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
  50% {
    transform: scale(0.96) rotate(-5deg);
    transform-origin: bottom right;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaleTile {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 600px) {
  #full-area #game-area #content #tracks-history-section h1 {
    position: relative;
    max-width: 600px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
  }
  #full-area #game-area #content #tracks-history-section #tracks-history-list {
    margin-top: 20px;
    max-height: 770px;
    padding: 0;
  }
  #full-area #game-area #content #home-section #logo {
    margin-top: 300px;
  }
  #full-area #game-area #content #introduction-screen p {
    width: 100%;
    height: 65%;
    max-height: 9999px;
    background: none;
    font-size: 50px;
    line-height: 60px;
    border: none;
    backdrop-filter: none;
    box-shadow: none;
    left: 0;
    transform: none;
    top: 0;
    z-index: 2;
  }
  #full-area #game-area #content #introduction-screen img {
    visibility: visible;
  }
  #full-area #game-area #content #introduction-screen video {
    visibility: hidden;
  }
  #full-area #game-area #content #play-section .content #lyrics {
    height: 750px;
    font-size: 37px;
    bottom: 210px;
  }
  #full-area #game-area #content #play-section .content #disque {
    margin-top: 100px;
  }
  #full-area #game-area #content #play-section .content #disque-reader {
    left: 600px;
    margin: 0;
    top: 100px;
    transform: none;
    position: absolute;
    z-index: 99;
    transform: rotate(-10deg);
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 200px;
    margin-top: 200px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: -220px;
    width: 80%;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 130px;
    margin: 0px auto;
  }
  #full-area #game-area #content #track-section h1 {
    margin-top: 65px;
  }
  #full-area #game-area #content #track-section #themes {
    height: 700px;
    margin-top: 100px;
  }
  #full-area #game-area #content #track-section #tracks {
    height: 900px;
    display: flex;
    margin-top: 20px;
    margin-left: -20px;
    padding-left: 40px;
  }
  #full-area #game-area #content #track-section #tracks .track {
    transform: scale(1.5);
    margin: 200px 80px;
  }
  #full-area #game-area #content #track-section #alexa-msg {
    display: none;
  }
  #full-area #game-area #content #words-section #top-part .content {
    padding-top: 100px;
  }
  #full-area #game-area #content #words-section #top-part .content img {
    height: 30%;
    margin-top: -20px;
  }
  #full-area #game-area #content #words-section #top-part .content #question p {
    font-size: 50px;
    padding-top: 40px;
  }
  #full-area #game-area #content #words-section #bottom-part .content #choosen-words {
    display: flex;
    flex-wrap: wrap;
  }
  #full-area #game-area #content #words-section #bottom-part .content #choosen-words .word {
    width: 60%;
  }
  #full-area #game-area #content #words-section #bottom-part .content #choosen-words .word:nth-child(1) p {
    padding-bottom: 50px;
    border: none;
  }
}
#song-title .word {
  color: #fff;
  transition: color 0.3s ease;
}

#song-title .word.active {
  color: gold;
}

/* gold */

/*# sourceMappingURL=style.css.map */
