#radio-bg{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background-size:cover;

background-position:center;

transform:scale(1.2);

z-index:-1;

transition:opacity 1s ease;

}

#radio-bg::after{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,0.55);

}

:root{

--radio-text:#ffffff;

}

body,
p,
span,
li,
div,
a,
h1,
h2,
h3,
h4,
h5,
h6{

color:var(--radio-text) !important;

}