/* --- ALAP STÍLUSOK --- */

body {
    background: #7200c4; /* Britney-lila */
    color: #ffccff;      /* halvány neon rózsaszín */
    font-family: "Comic Sans MS", Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

marquee {
    font-size: 26px;
    color: #ff66ff;
    text-shadow: 0 0 6px #ff00ff, 0 0 12px #ff00ff;
    font-weight: bold;
}

.centered {
    text-align: center;
    margin-top: 20px;
}

h1 {
    color: #ff99ff;
    text-shadow: 0 0 8px #ff33ff, 0 0 16px #ff33ff;
    font-size: 32px;
    margin-bottom: 20px;
}

img {
    border: 3px solid #ff33ff;
    box-shadow: 0 0 14px #ff66ff;
    margin: 5px;
}

/* --- LÁTOGATÓSZÁMLÁLÓ DOBOZ --- */

.visitors-box {
    width: 220px;
    margin: 20px auto;
    background: linear-gradient(180deg, #b300ff, #7a0099);
    border: 3px solid #ff66ff;
    box-shadow: 0 0 12px #ff33ff;
    padding: 0;
    font-family: "Comic Sans MS", Tahoma, sans-serif;
    color: #ffe6ff;
    font-size: 14px;
}

.visitors-header {
    background: #ff33cc;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    border-bottom: 2px solid #ff99ff;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ff99ff;
}

.visitors-body {
    padding: 10px;
    text-shadow: 0 0 6px #ff66ff;
}

/* --- PLAY GOMB + FUTÓSZÖVEG --- */

.play-button {
    display: block;
    margin: 40px auto 0 auto;
    padding: 12px 30px;
    background: #ff33cc;
    border: 3px solid #ff99ff;
    color: white;
    font-family: 'Comic Sans MS', Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 40px;
    box-shadow: 0 0 12px #ff66ff;
    cursor: pointer;
    text-shadow: 0 0 4px #ffffff, 0 0 10px #ff33ff;
    width: 260px;
    overflow: hidden;
}

/* Alap PLAY felirat – nem kell extra stílus, örökli a gombot */
.play-label {
}

/* Futószöveg a gombon */
.play-marquee {
    display: none;        /* induláskor rejtve */
    width: 100%;
    font-family: "Comic Sans MS", Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 4px #ffffff, 0 0 10px #ff33ff;
    line-height: 1;
    white-space: nowrap;
}
