@charset "utf-8";
body{
    --link-button-bg-color: #262626;
    --link-button-font-color: #ffffff;

    --link-button-border-color: #262626;
    --link-button-border-font-color: #262626;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#ffffff;
    --link-button-bg-thumbnail-border-color:#ffffff;
    --link-button-border-thumbnail-color:#262626;
    --link-button-border-thumbnail-border-color:#262626;

    --link-social-color:#262626;
    --link-social-border-color:#262626;
}
body{font-family:Poppins-Medium}
.bg div{background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(https://bio.linkcdn.to/20201127/1606458999091.png);width:100%;height:100%;top:0;left:0;transform:scale(1)}
.desc,.text h3,section{color:#262626}
.item{border-radius:50vh!important;background-color:var(--link-button-bg-color)!important;border:2px solid var(--link-button-bg-border-color)!important;color:var(--link-button-font-color)!important}
.item .btn .btn-text,.item .btn-text .link-text{color:var(--link-button-font-color)!important}
.footer p a{color:#262626}
.footer p a:hover{color:#262626}
@media only screen and (max-width:767px){
    .bg div{background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(https://bio.linkcdn.to/20201127/1606459761308.png?imageView2/2/w/750);background-size:cover}
}