        .click-effect {
            position: absolute;
            width: 50px;
            height: 50px;
            pointer-events: none;
            transform: translate(-50%, -50%);
            display: none;
        }
        footer {
            background-color: black;
            padding: 20px 0;
            color: #e67e22;
        }
        /* Header Styling */
        header {
            background-color: rgba(0, 0, 0, 0.1);
            color: #e67e22;
            text-align: center;
            padding: 20px 0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
        }

        header nav a {
            color: #e67e22;
            text-decoration: none;
            margin: 0 10px;
        }

        header nav a:hover {
            text-decoration: underline;
        }

        .container {
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.75);
            margin: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        }

        .countdown {
            font-size: 2.5em;
            text-align: center;
            margin: 20px 0;
            color: #e67e22;
        }

        table {
            width: 100%;
            margin: 20px 0;
            border-collapse: collapse;
            font-size: 18px;
            color: white;
        }

        th, td {
            padding: 12px;
            border: 1px solid #ddd;
            text-align: left;
        }

        th {
            background-color: #e67e22;
            color: white;
        }

        tr:hover {
            background-color: #e67e22;
        }

        .play-button {
            padding: 10px 20px;
            font-size: 25px;
            color: gold;
            background-color: #e67e22;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .play-button:hover {
            background-color: #d35400;
        }
        /* Side menu button */
    .side-button {
      position: fixed;
      top: 5%;
      left: 0;
      transform: translateY(-50%);
      background-color: #334;
      color: white;
      padding: 10px 15px;
      border-radius: 0 10px 10px 0;
      cursor: pointer;
      z-index: 1001;
    }
    .side-button:hover {
      background-color: #e67e22;
      background-color 0.10s;
    }


    /* Full screen overlay (with animation) */
    /* Full screen overlay (with animation) */
    .overlay {
      position: fixed;
      height: 100%;
      width: 35%;
      background: url('https://league-of-champions.neocities.org/fc.png')no-repeat fixed, black;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      backdrop-filter: black;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
    }

    .overlay.active {
      opacity: 1;
      pointer-events: auto;
    }

    .overlay button {
      background-color: #333;
      color: #fff;
      z-index: 1000;
      border: none;
      padding: 15px 30px;
      margin: 10px;
      font-size: 18px;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .overlay button:hover {
      background-color: #e67e22;
    }

    .social-links {
      margin-top: 30px;
    }

    .social-links a {
      display: inline-block;
      margin: 0 10px;
      text-decoration: none;
      background-color: #333;
      color: #fff;
      padding: 10px 20px;
      border-radius: 8px;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }

    .social-links a:hover {
      background-color: #e67e22;
    }
    
    .music-player {
  margin-top: 20px;
}

#musicBtn {
  background-color: #334;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}

#musicBtn:hover {
  background-color: #e67e22;
}
/* Disable text selection */
    * {
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
    }

    /* Custom Arcane Alert Box */
    #customAlert {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: linear-gradient(135deg, #111827, #1f2937);
      border: 2px solid #00fff7;
      box-shadow: 0 0 30px #00fff7;
      color: #00fff7;
      padding: 25px 35px;
      border-radius: 15px;
      z-index: 10001;
      display: none;
      text-align: center;
    }

    #customAlert p {
      margin: 0;
      font-size: 1.1em;
    }

    #customAlert button {
      margin-top: 15px;
      padding: 10px 20px;
      background: #00fff7;
      color: #0f0f1a;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    #customAlert button:hover {
      background: #00e6dd;
    }


.containerh {
	text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.75);
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
#text {
	font-size: 80px;
	border-right: 3px solid #fff;
	white-space: nowrap;
	overflow: hidden;
	color: #e67e22;
}
