#buttonContainer {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  width: 200px;
  height: 50px;
  z-index: 2;
  /* pointer-events: all; */

}

#MyclassWrapper {
  overflow: hidden;
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  width: 200px;
  height: 50px;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 3;
  pointer-events: none;
  opacity: 0.51%; 
  visibility: 0.81%;
}

#progressBar2 {
  background-color: #4caf50;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: width 0.2s linear;
  /* z-index: -1; */
}
 
#downloadBtn {
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

.click-hint {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  background-color: #4caf50;
  border-radius: 10px;
  z-index: 4;
  pointer-events: none;
  user-select: none;
  font-size: 1.5rem;
}

.game-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  color: #e0e0e0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  margin-bottom: 0.5rem;
  animation: fadeInUp 0.6s ease-out both;
  width: 100%;
  text-align: center;
}

.center-wrapper {
  position: relative;
  top: 5vw;
  text-align: center; 
}

.game-size {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  color: #8bc34a;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 14px;
  border-radius: 8px;
  animation: fadeInUp 0.6s ease-out both;
  animation-delay: 0.2s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.notice{
  position: relative;
  top: 120px;
  overflow: visible !important;
  margin: 30px auto 200px auto;
  border-top: 2px solid #00ffcc;
  border-bottom: 2px solid #00ffcc ;
  width: 80%;
}

.message-box {
  color: #00ffcc;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 0px auto 0px auto;
}

.note-box {
  font-size: 16px;
  background-color: #000;
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  padding: 15px 20px;
  border-radius: 10px;
  /* max-width: 100%; */
  margin: 0 auto 30px auto;
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.note-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.note-box li {

  margin: 8px 0;
  line-height: 1.6;
}


.install-guide {
  background-color: #131313;
  color: #e0e0e0;
  font-family: 'Roboto', sans-serif;
  padding: 25px;
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 0 20px rgba(0,255,204,0.1);
}

.install-guide h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: #00ffcc;
  margin-bottom: 25px;
  text-align: center;
}

.step {
  margin-bottom: 20px;
}

.step h3 {
  color: #00ffd5;
  font-size: 20px;
  margin-bottom: 8px;
}

.step p {
  font-size: 16px;
  line-height: 1.6;
}

.important {
  color: #ff5555;
  margin-top: 10px;
}

.final-note {
  background-color: #111;
  padding: 15px;
  border-left: 4px solid #00ffcc;
  border-radius: 8px;
}

.msg {
  position: relative;
  font-size: 15px;
  top: 90px;
  list-style: none;
  background: transparent; 
  pointer-events: none;
  z-index: 2;
  text-align: center;
  font-family: "Poppins", sans-serif ;
}



@media screen and (max-width: 300px){
  .center-wrapper {
  top: 18vw;
  }
  .msg {
  font-size: 20px;
  top: 120px;
  }
}

@media screen and (min-width: 500px){
.install-guide h2 {
  font-size: 35px;
}
.step h3 {
  font-size: 30px;
}
.step p {
  font-size: 20px;
}
}

@media screen and (min-width: 500px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(1.5);
  top: 250px;
  }
  .center-wrapper {
  top: 30px;
  }
  .game-title {
  font-size: 3.2rem;
  }
  .game-size {
  font-size: 2.2rem;
  }
  .msg {
  font-size: 20px;
  top: 150px;
  }
  .message-box {
  font-size: 24px;
  }
  .note-box {
  font-size: 16px;
  }
  .notice{
  margin: 30px auto 250px auto;
  top: 180px;
}
}
@media screen and (min-width: 800px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(1.6);
  top: 320px;
  }
  .center-wrapper {
  top: 50px;
  }
  .game-title {
  font-size: 4rem;
  }
  .game-size {
  font-size: 2.5rem;
  }
   .msg {
  font-size: 22px;
  top: 200px;
  }
  .message-box {
  font-size: 28px;
  }
  .note-box {
  font-size: 21px;
  }
  .notice{
  margin: 30px auto 280px auto;
  top: 200px;
}
  .install-guide h2 {
    font-size: 40px;
  }
  .step h3 {
    font-size: 32px;
  }
  .step p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px){
  #MyclassWrapper, #buttonContainer, .click-hint{
  top: 340px;
  }
  .msg {
  font-size: 28px;
  top: 240px;
  }
  .message-box {
  font-size: 30px;
  }
  .note-box {
  font-size: 25px;
  }
  .notice{
  margin: 50px auto 280px auto;
  top: 200px;
  }
  .install-guide h2 {
    font-size: 44px;
  }
  .step h3 {
    font-size: 34px;
  }
  .step p {
    font-size: 23px;
  }
}

@media screen and (min-width: 1400px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(1.7);
  top: 400px;
  }
  .center-wrapper {
  top: 60px;
  }
  .game-title {
  font-size: 6rem;
  }
  .game-size {
  font-size: 2.8rem;
  }
  .msg {
  font-size: 35px;
  top: 240px;
  }
  .message-box {
  font-size: 35px;
  }
  .note-box {
  font-size: 30px;
  }
    .install-guide h2 {
    font-size: 48px;
  }
  .step h3 {
    font-size: 36px;
  }
  .step p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1700px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(2.4);
  top: 500px;
  }
  .center-wrapper {
  top: 70px;
  }
  .game-title {
  font-size: 8rem;
  }
  .game-size {
  font-size: 3.5rem;
  }
  .msg {
  font-size: 40px;
  top: 320px;
  }
  .message-box {
  font-size: 55px;
  }
  .note-box {
  font-size: 45px;
  }
  .notice{
  margin: 50px auto 400px auto;
  top: 300px;
  }
    .install-guide h2 {
    font-size: 52px;
  }
  .step h3 {
    font-size: 38px;
  }
  .step p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1900px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(2.5);
  top: 530px;
  }
  .msg {
  font-size: 50px;
  top: 330px;
  }
  .message-box {
  font-size: 60px;
  }
  .note-box {
  font-size: 50px;
  }
}
@media screen and (min-width: 2300px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(2.7);
  top: 550px;
  }
  .msg {
  top: 340px;
  }
  .message-box {
  font-size: 65px;
  }
  .note-box {
  font-size: 55px;
  }
    .install-guide h2 {
    font-size: 56px;
  }
  .step h3 {
    font-size: 40px;
  }
  .step p {
    font-size: 26px;
  }
}

@media screen and (min-width: 2500px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(2.8);
    top: 26vw;
  }
  .center-wrapper {
  top: 3vw;
  }
  .game-title {
  font-size: 7vw;
  }
  .game-size {
  font-size: 3.5vw;
  }
  .msg {
  font-size: 2vw;
  top: 13vw;
  }
  .message-box {
  font-size: 3.2vw;
  }
  .note-box {
  font-size: 2.5vw;
  }
    .install-guide h2 {
    font-size: 3.2vw;
  }
  .step h3 {
    font-size: 2.3vw;
  }
  .step p {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 3000px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(3);
  }
  .center-wrapper {
  top: 2.5vw;
  }
  .msg {
  font-size: 2vw;
  top: 15vw;
  }
  .notice{
  margin: 50px auto 700px auto;
  top: 18vw;
  }
}
@media screen and (min-width: 3500px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(3.5);
  }
  .center-wrapper {
  top: 2.3vw;
  }
  .notice{
  margin: 50px auto 30vw auto;
  top: 18vw;
  }
}
@media screen and (min-width: 3800px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(4);
  }
  .center-wrapper {
  top: 1vw;
  }
}
@media screen and (min-width: 5000px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(6);
  }
 .msg {
  font-size: 2.5vw;
  top: 16vw;
  }
}
@media screen and (min-width: 6000px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(7);
  }
}
@media screen and (min-width: 7000px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(8);
  }

}
@media screen and (min-width: 8000px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(9);
  }
}
@media screen and (min-width: 9000px){
  #MyclassWrapper, #buttonContainer, .click-hint{
 transform: translateX(-50%) scale(10);
  }
}