body {
    font-family: sans-serif;
    font-size: 13px;
    background-color: #000;
    margin: 0px;
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow: hidden;
}

canvas {
    position: relative;
    z-index: 2;
    height: 98dvh !important;
    width: 100% !important;
}

.loading {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
}

.lds-facebook {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: rgb(255, 255, 255);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}


.page{
    width: 100%;
    min-height: 100dvh; 
}
.p1{
    position: absolute;
    z-index: 9999999;
}
.p1 .bgimg{
    width: 100%;
    min-height: 100dvh; 
    filter: blur(50px);
    -webkit-filter: blur(50px);
    position: absolute;
    z-index: -1;
}
.p1 .bgimg img{
    width: 100%;
    height: 100dvh;
    opacity: 0.5;
}
.p1 .main{
    background-image: linear-gradient(rgb(27, 27, 27), transparent 50dvh), linear-gradient(to top, rgb(27, 27, 27), transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.4);
}
.p1 .main .head{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.p1 .main .head .logo{
    text-align: center;
    padding: 30px;
}
.p1 .main .head .logo img{
    width: 120px;
    height: auto;
    border-radius: 50%;
}
.p1 .main .head .title{
    text-align: center;
}
.p1 .main .head .title h1{
    color: #ffffff;
    font-size: 40px;
}

.p1 .main .artists_list{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.p1 .main .artists_list .artistprofile{
    text-align: center;
    padding: 20px;
}
.p1 .main .artists_list .artistprofile a{
    color: #ffffff;
    text-decoration: none;
}
.p1 .main .artists_list .artistprofile a:hover{
    mix-blend-mode: difference;
}
.p1 .main .artists_list .artistprofile .artistpic{
    width: 100px;
    height: auto;
    border-radius: 50%;
}
.p1 .main .artists_list .artistprofile .artisttitle{
    padding-top: 5px;
    color: #ffffff;
}

.p1 .main .music_list{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.p1 .main .music_list .element{
    text-align: center;
}

.p1 .main .music_list iframe{
    
}

.p1 .main .music_list .element a{
    color: #ffffff;
    text-decoration: none;
}
.p1 .main .music_list .element a:hover{
    mix-blend-mode: difference;
}

.p1 .main .music_list .element .description{
    padding-top: 5px;
    color: #ffffff;
}

.p1 .main .bio h1{
    text-align: center;
    color: #ffffff;
}
.p1 .main .bio p{
    text-align: center;
    color: #ffffff;
    padding: 0 30px;
}
.p1 .main .undertitle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.p1 .main .undertitle p{
    color: #ffffff;
    font-size: 20px;
    padding: 0 10px;
}
.p1 .main .undertitle p a{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.p1 .main .undertitle p a:hover{
    mix-blend-mode: difference;
}
.p1 .main .undertitle .credits{
    font-size: 14px;
}
@media only screen and (max-width: 480px) {
    
}
@media only screen and (max-width: 940px) {
    .p1 .main .undertitle {
        justify-content: center;
    }
    .p1 .main .music_list .element iframe{
        width:100%;
    }
}


  