.visitors-container {
    background: rgba(17, 17, 17, 0.70);
    color: #fff;
    padding: 5px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 0 12px #a584e4;
    max-width: 190px;
}

.visitors-label {
    font-size: 0.9em;
    color: #ffcc00;
    text-shadow: 0 0 8px #ffcc00, 0 0 15px #ffcc00;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5%;
}