@charset "utf-8";
body{
    --link-button-bg-color: #ffffff;
    --link-button-font-color: #333333;

    --link-button-border-color: #333333;
    --link-button-border-font-color: #333333;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#333333;
    --link-button-bg-thumbnail-border-color:#333333;
    --link-button-border-thumbnail-color:#333333;
    --link-button-border-thumbnail-border-color:#333333;

    --link-social-color:#333333;
    --link-social-border-color:#333333;
}
body {
    font-family: Poppins-Medium;}
.bg div{
    background: url("https://bio.linkcdn.to/20191211/1576053150053.png?imageView2/2/w/1400/h/900") center no-repeat;
    background-size: cover;
}
section,.text h3,.desc{
    color: #333333;
}
.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: #333333;
}
@media only screen and (max-width: 767px) {
.bg div{
        background: url("https://bio.linkcdn.to/20191211/1576053099159.png?imageView2/2/w/500/h/900") center no-repeat;
        background-size: cover;
    }
}