body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

.radio-player {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #000000;
    backdrop-filter: blur(4px);
    z-index: 1000;
}

.player-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    padding: 0 5px;
}

.play-control {
    margin-right: 5px;
    margin-top: 10px;
}

.play-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.song-info {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
}

.cover-image {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}

.song-title {
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.233);
}
