* {
    user-select: none;

}

.content {

    width: 100%;
    height: 2030px;
}

.singer {
    text-decoration: none;
    text-align: center;
    border: solid 1px white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    border-radius: 41px 41px 10px 10px;
    background-color: rgba(39, 39, 39, 0.79);
}

.singerp {

    width: 180px;
    height: 100px;
    margin-top: 70%;
    font-size: 20px;
}

.singers {
    position: absolute;
    top: 70px;
    right: 59px;
    font-size: 30px;

}

.singersdiv {
    position: absolute;
    top: 170px;
    right: 10%;
    width: 80%;
    height: 200px;
    background-color: #363636;
    border-radius: 10px;
    border: solid gray 2px;
    display: flex;
    flex-direction: row-reverse;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-behavior: smooth;

}

.singerpic {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin-bottom: -59%;


}

.singersdiv::-webkit-scrollbar {
    width: 1px;

}

.singersdiv::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

.scrollleft {
    position: absolute;
    width: 80px;
    left: 2.5%;
    border-radius: 50%;
    top: 270px;
    transform: translateY(-50%);

}

.scrollright {
    position: absolute;
    width: 80px;
    right: 2.5%;
    border-radius: 50%;
    top: 270px;
    transform: translateY(-50%);

}

.scrollleftalbum {
    position: absolute;
    width: 80px;
    left: 2.5%;
    border-radius: 50%;
    top: 1140px;
    transform: translateY(-50%);
}

.scrollrightalbum {
    position: absolute;
    width: 80px;
    right: 2.5%;
    border-radius: 50%;
    top: 1140px;
    transform: translateY(-50%);
}

.imagescroll {
    width: 80px;


}

#rightscroll {
    transform: rotate(180deg);

}

.musicstext {
    position: absolute;
    top: 440px;
    right: 59px;
    font-size: 30px;

}


.musics {
    width: 80%;
    height: auto;
    position: absolute;
    top: 530px;
    right: 10%;
    background-color: #363636;
    border-radius: 10px;
    border: solid gray 2px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 100px;
}

.musicdiv {
    font-size: 20px;
    margin: 1%;
    width: 48%;
    display: flex;
    box-shadow: 2px 2px 7px #5a5a5a,
        -2px -2px 7px #787878;
    background-color: rgba(39, 39, 39, 0.79);
    text-decoration: none;
    border-radius: 10px;
    transition: 0.2s background ease-in-out;
}

.musicdiv:hover {
    background-color: rgb(117, 117, 117);

}

.musicnamediv {
    margin-left: 85%;
    width: -18%;

}

.musicname {
    text-align: right;
    width: 149px;
    margin-left: -157px;
}

.musicpic {
    height: 50px;
    margin-top: inherit;
    border-radius: 14px;
    margin-left: 5px;
}


.albumstext {
    position: absolute;
    top: 940px;
    right: 59px;
    font-size: 30px;
}

.albums {
    position: absolute;
    top: 1040px;
    right: 10%;
    width: 80%;
    height: 200px;
    background-color: #363636;
    border-radius: 10px;
    border: solid gray 2px;
    display: flex;
    flex-direction: row-reverse;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-behavior: smooth;
}

.album {
    text-decoration: none;
    text-align: center;
    border: solid 1px white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    border-radius: 21px 21px 5px 5px;
    background-color: rgba(39, 39, 39, 0.79);
}

.albumpic {
    border-radius: 10px;
    width: 130px;
    height: 130px;
    margin-bottom: -59%;
    margin-top: 10px;
}

.albump {
    width: 180px;
    height: 100px;
    margin-top: 60%;
    font-size: 30px;

}

@media screen and (max-width:375px) {
    * {
        user-select: none;

    }

    .singer {
        text-decoration: none;
        text-align: center;
        border: solid 1px white;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 2px;
        border-radius: 31px 31px 5px 5px;
        background-color: rgba(39, 39, 39, 0.79);
    }

    .singerp {
        width: 135px;
        height: 100px;
        margin-top: 70%;
        font-size: 16px;
        font-weight: bold;
    }

    .singers {
        position: absolute;
        top: 88px;
        right: 38px;
        font-size: 30px;

    }

    .singersdiv {
        position: absolute;
        top: 207px;
        right: 5%;
        width: 90%;
        height: 158px;
        background-color: #363636;
        border-radius: 10px;
        border: solid gray 2px;
        display: flex;
        flex-direction: row-reverse;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 4px;
        scroll-behavior: smooth;

    }

    .singerpic {
        margin-top: 6px;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        margin-bottom: -57%;


    }

    .scrollleft {

        visibility: hidden;
    }

    .scrollright {
        visibility: hidden;

    }

    .imagescroll {
        width: 80px;


    }

    #rightscroll {
        transform: rotate(180deg);

    }

    .musicstext {
        position: absolute;
        top: 400px;
        right: 42px;
        font-size: 28px;

    }


    .musics {
        width: 95%;
        height: auto;
        position: absolute;
        top: 531px;
        right: 2.5%;
        background-color: #363636;
        border-radius: 10px;
        border: solid gray 2px;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
        margin-bottom: 100px;
    }

    .musicdiv {
        font-size: 20px;
        margin: 1%;
        width: 48%;
        display: flex;
        box-shadow: 2px 2px 7px #5a5a5a,
            -2px -2px 7px #787878;
        background-color: rgba(122, 122, 122, 1.00);
        text-decoration: none;
        border-radius: 10px;
        transition: 0.1s background ease-in-out;
        height: 43px;
    }

    .musicdiv:hover {
        background-color: rgba(93, 93, 93, 1.00);

    }

    .musicnamediv {
        margin-top: -10px;
        margin-left: 71%;
        font-size: 18px;

    }

    .musicname {
        text-align: right;
        width: 110px;
        margin-left: -111px;
    }

    .musicpic {
        height: 37px;
        margin-top: 3px;
        border-radius: 14px;
        margin-left: 3px;
    }

}