.link-html {
    min-height: 100vh;
}

.link-body {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh;
    height: 100%;
}

.link-body::-webkit-scrollbar {
    width: 5px;
    display: none;
}

.link-content {
    padding-top: 2rem;
}

.link-image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin-bottom: 1rem;
}

.link-verified {
    color: #3897f0;
}

#description,
#title {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    max-width: 100%;
}

.link-btn {
    white-space: normal;
    word-wrap: break-word;
    padding: 1rem 1rem;
    font-size: 1.1rem;
    box-shadow: 0px 0px 20px #00000010;
    border: 0;
    transition: opacity 0.3s, background 0.3s, transform 300ms, color 0.4s;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

.link-btn:hover {
    animation: none;
    transform: scale(1.01);
}

.link-btn:active,
.link-btn:focus {
    box-shadow: none !important;
}

.link-btn-round {
    border-radius: 0.3rem !important;
    -webkit-border-radius: 0.3rem !important;
    -moz-border-radius: 0.3rem !important;
    -khtml-border-radius: 0.3rem !important;
}

.link-btn-rounded {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -khtml-border-radius: 50px !important;
}

.link-iframe-round {
    border-radius: 0.3rem !important;
    -webkit-border-radius: 0.3rem !important;
    -moz-border-radius: 0.3rem !important;
    -khtml-border-radius: 0.3rem !important;
    overflow: hidden;
    position: relative;
}

.link-btn-shadow-soft {
    box-shadow: rgba(0, 0, 0, 0.4) 0.3rem 0.4rem 0.4rem 0px !important;
}

.link-btn-shadow-hard {
    box-shadow: rgba(0, 0, 0, 0.75) 0.3rem 0.4rem 0px !important;
}

.link-footer {
    margin-top: 3rem;
    font-size: 0.9rem;
}

.footer-wicon {
    display: flex;
    align-items: center;
}

/* Background presets */
.link-body-background-one {
    background-image: linear-gradient(111.7deg, #a529b9 19.9%, #50b1e1 95%);
}

.link-body-background-two {
    background-image: linear-gradient(109.6deg, #ffb418 11.2%, #f73131 91.1%);
}

.link-body-background-three {
    background-image: linear-gradient(135deg, #79f1a4 10%, #0e5cad 100%);
}

.link-body-background-four {
    background-image: linear-gradient(to bottom, #ff758c, #ff7eb3);
}

.link-body-background-five {
    background-image: linear-gradient(292.2deg, #3355ff 33.7%, #0088ff 93.7%);
}
