@import url('https://fonts.googleapis.com/css2?family=Jacquard+12&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body, html {
    margin: 0; height: 100%; overflow: hidden
}
  
#bg {
    background-image: url("bg.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(101%, 101%);
}
#pfp {
    border-radius: 100px;
    width: 150px;
    margin-top: 15%;
}

#dc {
    position: absolute;
    width: 60px;
    top: 70%;
    left: 75%;
}
#yt {
    position: absolute;
    width: 60px;
    top: 70%;
    left: 5%;
}

#profile {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.747);
    top: 50%;
    left: 50%;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    transform: translate(-50%, -80%);
    text-align: center;
}

#profile h2{
    color: rgb(243, 146, 235);
    font-family: "Jacquard 12";
    font-size: 45px;
    margin-top: 18px;
}

#credit {
    opacity: 0.5;
    color: white;
    font-size: 20px;
    font-family: "Montserrat";
    position: absolute;
    bottom: -2%;
}

#aart{
    color: white;
    font-family: "Montserrat";
    position: absolute;
    margin-top: 25px;
    font-size: 25px;
    margin-left: 107px;
}

#artlink{
    
    
    width: 350px;
    height: 150px;
    border-radius: 50px;
    position: absolute;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.747);

}
