body{
    background-image: url("muzic\ player.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
h1{
    text-align:center;
    color: rgb(3, 43, 28);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: 4rem;
    font-style: italic;
}
h2{
    text-align: center;
    color: #ffffff;
    margin:0;
    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}
p{
    text-align: center;
    width:100%;
    font-family: 'Times New Roman', Times, serif;
    font-size: 2rem;
    color: rgb(3, 43, 28);
    font-weight: bold;
}
footer{
    text-align: center;
    width:100%;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
    color: rgb(3, 43, 28);
    font-weight: bold;
}
.container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    height: 50vh;
    width:500px;
    background-color:transparent;
    backdrop-filter: blur(12px);
    border-radius: 30px;
}
.container:hover{
    background-color:#ffffff20;
}
.Flex:hover{
    background-color:#ffffff20;
}
.Melodii:hover{
    background-color:#ffffff20;
}
.container1{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}
img{
    border-radius:30px;
    height:25vh;
    width:25vh;
    margin:10px;
    cursor: pointer;
}
span{
    text-align: right;
    font-weight: bold;
    color: rgb(3, 43, 28);
    margin:0;
    width:100%;
    font-size:1.5rem;
    font-family: 'Times New Roman', Times, serif;
}
audio{
    height:25vh;
    width:25vh;
    display:block;
    margin:auto;
}
.Melodii{
    border-radius: 30px;
    display:flex;
    justify-content: center;
    margin: 20px;
}
button{
    color:rgba(192, 245, 193, 0.621);
    background-color: rgb(3, 43, 28);
    padding:10px;
    font-size: 1.5rem;
    cursor: pointer;
    border:none;
    border-radius: 10px;
}
.Flex{
    border-radius: 30px;
    backdrop-filter: blur(12px);
    width: 60%;
    float: right;
    position:relative;
    margin-top: -400px;
    text-align: end;
    color:white;
    font-size: 1rem;
    height:40vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
li{
    list-style-type: none;
    font-size: 1.2rem;
    color:rgba(192, 245, 193, 0.621);
    text-align: center;

}
.imagine1{
    width:15vh;
    height: 15vh;
    animation: 5s animatie infinite;
}
@keyframes animatie{
    0%{transform:translate(100%)};
    25%{transform:translate(50%)};
    50%{transform:translate(0%)};
    75%{transform:translate(50%)};
    100%{transform:translate(100%)};
}
.Melodii{
    overflow-x: scroll;
    overflow-y: hidden;
    width:98%;
    
}
h3{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(3, 43, 28);

}
@media (max-width:1306px)
{
    h1{
        font-size: 2rem;
    }
    h2{
        font-size: 1.3rem;
    }
    li{
        font-size:1rem;
        color:rgb(3, 43, 28);
    }
    .imagine1{
    width:10vh;
    height: 10vh;
    animation: 5s animatie infinite;

    }
    p{
        font-size: 1.4rem;
    }
    span{
        font-size: 1.3rem;
    }
    .container{
    width:50vw;
}
audio{
    width:60%;
}
img{
    height:15vh;
    width:15vh;
    margin:none;
}
.Melodii{
    overflow-x: scroll;
    overflow-y: hidden;
    width:98%;
    
}
.Flex{
    border-radius: none;
    margin-top:-230px;
    width:40%;
    height:25vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
li{
    text-align: end;
    font-size: 0.7rem;
}
p{
    font-size: 20px;
}
}
.anim{
    animation:none;
}
.play{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    width:100%;
}
section:hover{
    background-color:#ffffff20;
    border-radius:40px;
}
#Ce{
    display:block;
}
section{
    text-align:center;
}
#span{
    display:grid;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor:pointer;
    font-size:3rem;
}
#s1{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align:center;
    cursor:pointer;
    font-size:3rem;
}
a:hover{
        color:rgba(192, 245, 193, 0.621);

}