@media (max-width: 480px) {
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .popup-content {
    font-family: "Luckiest Guy";
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 80%;
    height: 70%;
  }
  .popup-content h2{
    color: black;
    margin: auto;
    text-align: center;
    font-size: 20vw;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 1px #000;
    text-align: center;
    -webkit-text-stroke: 1px black;
  }
  .popup-content-players {
    font-family: "Luckiest Guy";
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 80%;
    height: 80%;
  }
  .popup-content-players li{
    font-size: 6vw;
  }
  .popup-content h2{
    font-size: 10vw;
    margin-bottom: 1vw;
  }
  .popup-button-reiniciar {
    font-size: 48px;
    margin: 0;
    font-weight: bold;
    color: white;
    text-shadow: 0px 3px 1px #000;
    text-align: center;
    display: inline-block;
    -webkit-text-stroke: 1px black;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .popup-button-reiniciar:hover {
    transform: scale(1.1);
  }
  .popup-button-salir {
    margin: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .popup-button-salir:hover {
    transform: scale(1.1);
  }
  .exit {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 3px 1px #000;
    text-align: center;
    display: inline-block;
    -webkit-text-stroke: 1px black;
    text-decoration: none;
    color: #ff0000;
  }
  .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: black;
    cursor: pointer;
    font-weight: bold;
  }

  .popup-title {
    color: black;
    margin: auto;
    text-align: center;
    font-size: 12vw;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 1px #000;
    text-align: center;
    -webkit-text-stroke: 1px black;
  }
  .popup-playerList {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: bold;
    text-align: left;
  }
  .popup.hidden {
    display: none;
  }

  .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: black;
    cursor: pointer;
    font-weight: bold;
  }
  .info-popup {
    position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
  }
  .info-popup p{
    font-size: 4vw;
  }
  
  .info-popup-content {
      font-family: "Luckiest Guy";
      position: relative;
      background: white;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      width: 80%;
      height: 380px;
  }
  
  .info-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
  }
}

@media (min-width: 481px) and (max-width: 2560px) {
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .popup.hidden {
    display: none;
  }

  .popup-content {
    font-family: "Luckiest Guy";
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 508px;
    height: 484px;
  }
  .popup-content h2{
    color: black;
    margin: auto;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 1px #000;
    text-align: center;
    -webkit-text-stroke: 1px black;
  }
  .popup-content-players {
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 380px;
    height: 590px;
  }

  .popup-title {
    color: black;
    margin: auto;
    text-align: center;
    font-size: 86px;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px 1px #000;
    text-align: center;
    -webkit-text-stroke: 1px black;
  }
  .popup-playerList {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: bold;
    text-align: left;
  }
  .popup-button-reiniciar {
    font-size: 48px;
    margin: 0;
    font-weight: bold;
    color: white;
    text-shadow: 0px 3px 1px #000;
    text-align: center;
    display: inline-block;
    -webkit-text-stroke: 1px black;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .popup-button-reiniciar:hover {
    transform: scale(1.1);
  }
  .popup-button-salir {
    margin: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .popup-button-salir:hover {
    transform: scale(1.1);
  }
  .exit {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 3px 1px #000;
    text-align: center;
    display: inline-block;
    -webkit-text-stroke: 1px black;
    text-decoration: none;
    color: #ff0000;
  }

  .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: black;
    cursor: pointer;
    font-weight: bold;
  }
.info-popup {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.info-popup-content {
    font-family: "Luckiest Guy";
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 508px;
    height: 350px;
}

.info-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
}

}
