.songs{
    width: 80%;
    border-radius: 20px;
    
}

.songs:hover{
    width: 85%;
}

.css-d-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}

p{
    color: rgba(240, 191, 57, 0.623);  
    padding-top: 10px;
}

footer{
    margin-top: 50px;
    color: whitesmoke;
    text-align: center;
    padding-bottom: 20px;
}

.media{
    display: flex;
    justify-content: center;
}

.mediaPlayer{
    width: 600px;
    border-radius: 40px;
}

.rubik-dirt-regular {
    font-family: "Rubik Dirt", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26pt;
    color: rgba(240, 191, 57, 0.623);
    text-align: center;
}

