@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Readex+Pro:wght@160..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,
html {
    background: transparent !important;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'Readex Pro', sans-serif;
}

.overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
}

.music-info {
    background: rgba(19, 19, 19, 0.938);
    border-radius: 16px;
    padding: 16px 24px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.096);
    max-width: 400px;;
}

.music-logo {
    width: 45px;
    height: 45px;
}

.text-content {
    flex-grow: 1;
}

.now-playing {
    font-size: 13px;
    color: rgb(185, 187, 190);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.song-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: rgb(255, 255, 255);
}

.requester {
    font-size: 13px;
    color: rgb(2, 134, 242);
    font-weight: 500;
}