/*
 ©Copyright 2025 MetaDJ.live - Proprietary and Confidential
*/

/* count */
.count {
   position: absolute;
   bottom: 6.25%;
   right: 4%;
   color: #000000;
   text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff, 0px 0px 6px #ffffff,  0px 0px 8px #ffffff;
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 12px;
   z-index: 6;
}

#graphic {
    position: absolute;
    width: 97%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
    z-index: 2;
border:6px ridge #707070;
box-shadow: 2px 2px 2px #000;
}

/* playlists */
.playlists {
    position: relative;
    width: 290pt;
    top: 360px;
    left: 0;
    color: gray;
    text-shadow: 2px 2px 4px #000000, 1px 1px 2px #000000;
    z-index: 5;
}
.playlists p {
    color: gray;
    font-size: 16px;
    font-weight: bold;
}
.playlists a {
    font-size: 14px;
    color: gray;
    text-decoration:none;
    cursor: pointer;
}
