html, body, div {
    padding: 0;
    margin: auto;
    font-family: roboto, arial;
    font-size: 1em;
    text-align: center;
    color: #fff;
    scroll-behavior: smooth;
}

body {
    background: radial-gradient(#000,#01161d);
}

a:hover, a:visited, a:active, a:link {
    color: black;
    text-decoration: none;
}


.main-container{
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 20cm;
    background: url('/images/background_1080px_optimized.jpg') no-repeat;
    background-size: cover;
    overflow: hidden;
}

.logo-container {
    margin-top: 2%;
    height: 13%;
    width: 80%;
    max-width: 20cm;
    background: url('/images/Logo-RADIOMIX-05.png') no-repeat center;
    background-size: contain;
}

.logo-slogan {
    background: url('/images/rmix-ljubov-i-zabava.png') no-repeat center;
    background-size: contain;
    width: 100%;
    height: 20%;
}

.body {
    margin-top: 1em;
    margin-left: 5%;
    margin-right: 5%
}


.pleerce {
    width: 99%;
    height: 1.5em;
    opacity: .7;
    margin-bottom: 1%;
}

.momentalno-vrti {
    margin: 0.2em;
    display: flex;
    font-size: 0.8em;
    width: 98%;
    background: linear-gradient(90deg,#00000099,#00000000);
    margin-bottom: 1%; 
    text-align: left;
    border-radius: 1.5em;
    padding: .6em;
}

.momentalno-vrti-naslov:before {
    content:"Моментално слушате:"; 
}

.momentalno-vrti-naslov {
    width: 30%;
    text-align: left;
}

.momentalno-vrti-pesna {
    background: linear-gradient(90deg,#ffffff99,#00000000);
    color: #000;
    border-radius: 1em;
    width: 60%;
    padding-left: 1em;
    padding-top: .2em;
    padding-bottom: .2em;
    text-align: left;
}


.momentalno-dj:before {
    content: 'На пулт: DJ Bane | Жанр: Balkan Pop/RnB/Dance Hits';
}


.momentalno-dj {
    margin: 0.2em;
    font-size: 0.8em;
    color: #333;
    width: 98%;
    margin-bottom: 1%; 
    text-align: right;
    padding-right: 0.8em;
    font-weight: bold;
    background: linear-gradient(-90deg,#ffffff88,#00000000);
    border-radius: 1.5em;
}


audio::-webkit-media-controls-panel {
}


.footer {
    position: absolute;
    width: 100vw;
    max-width: 20cm;
    height: 3em;
    bottom: 0%;
    background: linear-gradient(#00000055,#000000ee);
    border-top: 1px solid #999;
}