/* ================================
   90s TILED BACKGROUND + GLOBAL
   ================================ */
body {
    background-image: url('patern.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-color: #000000;
    color: #00ff00;
    font-family: "Comic Sans MS", "Courier New", sans-serif;
    margin: 0;
    padding: 0;
}

/* ================================
   TOP MARQUEE BANNER
   ================================ */
.top-banner {
    background-color: #000000;
    padding: 10px;
    border-bottom: 5px ridge #ff00ff;
    text-align: center;
}

/* ================================
   CORNER VISITOR COUNTER (MOE)
   ================================ */
.corner-counter {
    position: fixed;
    top: 5px;
    right: 5px;
    padding: 4px;
    background-color: #0000aa;
    border: 3px ridge #ff00ff;
    box-shadow: 0 0 8px #ff00ff;
    z-index: 9999;
}

.corner-counter img {
    width: 120px;
    height: auto;
}

/* ================================
   CONTENT BOXES (90s PANELS)
   ================================ */
.container,
.content-box {
    background-color: #0000aa;
    color: #ffff00;
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    border: 5px ridge #ff00ff;
}

/* ================================
   HEADINGS (IMPACT + GLOW)
   ================================ */
.container h1,
.container h2,
.container h3,
.content-box h1,
.content-box h2,
.content-box h3 {
    color: #ff00ff;
    text-shadow: 2px 2px 2px #000000;
    font-family: "Impact", "Arial Black", sans-serif;
}

/* ================================
   90s HYPERLINKS
   ================================ */
a {
    color: #00ffff;
    font-weight: bold;
    text-decoration: underline;
}

/* ================================
   WINDOWS 95 STYLE BUTTONS
   ================================ */
.fun-btn {
    background: #c0c0c0;
    border: 3px outset #ffffff;
    padding: 10px 20px;
    font-family: "Comic Sans MS";
    color: #000;
    cursor: pointer;
}

.fun-btn:active {
    border: 3px inset #ffffff;
}

/* ================================
   RETRO 7-SEGMENT COUNTER
   ================================ */
.hit-counter-box {
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    background-color: #0000aa;
    border: 5px ridge #ff00ff;
    width: fit-content;
}

.counter-label {
    font-family: "Comic Sans MS", "Courier New", monospace;
    font-size: 22px;
    color: #ffff00;
    text-shadow: 2px 2px 2px #000;
}

.seven-seg {
    display: inline-block;
    padding