.game-board-info-in {
    padding: 0 14px;
}
.game-board {
    position: relative;
}

.game-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.scope-wp {
    position: absolute;
    top: 6px;
    right: 13px;
    font-size: 22px;
    font-weight: 900;
    display: flex;
    color: #000;
    gap: 5px;
    text-transform: capitalize;
    font-weight: 500;
}
.scope-wp .timer {
    background: transparent;
    font-weight: normal;
}
.scope-wp span{font-weight:bold;}
#game{
	max-width:100%;
}
#introduction {
  width: 500px;
  max-width:95%;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    transition: opacity 2s;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    line-height: 1.2em;
}

#restart {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  color: white;
  background-color: red;
  border: none;
  font-weight: 700;
  font-size: 1.2em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: none;
  cursor: pointer;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#perfect {
  position: absolute;
  opacity: 0;
  transition: opacity 2s;
}