@charset "utf-8";
body {
    background: url("https://music.linkcdn.cc/20200324/1585028838379.png?imageView2/2/w/1400/h/900") center no-repeat;
    background-size: cover;
}
.item {
    border-radius: 50vh;
    background-color:rgba(0,0,0,0)!important;
    border: 2px solid #2FD565!important;
    font-family: Poppins-Medium;
}
.item .btn{
    color:#2FD565!important
}
.text h3,.desc{
    color:#fff!important;
    font-family: Poppins-Medium;
}
.footer p a{
    color: #fff;
    font-family: MavenPro;
}
@media only screen and (max-width: 767px) {
    body {
        background: url("https://music.linkcdn.cc/20200324/1585028870361.png?imageView2/2/w/500/h/900") center no-repeat;
        background-size: cover;
    }
}
