body{
    background-image: url("assets/bg.png");
    background-repeat: no-repeat;
    background-position: center;
}
/* header starts */
header{
    color: #fff;
    text-align: center;
}
/* header ends */
/* main starts */
.radio-container{
    max-width: 600px;
    margin: 100px auto;
    padding: 9px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.4px);
    -webkit-backdrop-filter: blur(4.4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.radio-container:hover{
    box-shadow: 0 4px 30px rgba(0, 0, 0, 5);
    transition: all ease 0.5s;
}
.radio-info p{
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
footer{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
footer a{
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 2560px) {
    body{
    background-image: url("assets/bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 25%;
}
.radio-container{
    max-width: 1000px;
}
}
.utils{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    color: #fff;
    padding: 9px;
    border-radius: 20px;
}
audio::-webkit-media-controls-timeline, audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-time-remaining-display{
display: none;    
}

.utils audio{
    width: 20%;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.358);
    border: none;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    transition: all ease 0.5s;
}
@media screen and (min-width: 320px) and (max-width: 480px){
    .utils{
 display: block;
    flex-direction: column;
        }
    .utils audio{
        width: 50%;
        height: 30px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.358);
        border: none;
        outline: none;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
        transition: all ease 0.5s;
        }
}
/* main ends */
    

        