@import url("https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css");

*,
*::before,
::after {
    padding: 0;
    margin: 0;
}

html {
    font-size: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-size: 0.94rem;
    font-family: Vazirmatn, sans-serif;
    text-align: center;
    line-height: 1.5;
    background: #0e1621;
    color: #fff;
    direction: rtl;
}
main {
    padding: 12vh 0;
}

img[alt="Linktree photo"] {
    --scale: 164px;
    width: var(--scale);
    height: var(--scale);
    border-radius: 100%;
}

img[alt="Linktree photo"]+h3 {
    margin: 16px 0 0px;
}

.linktree-nav {
    margin: 40px auto 0;
    width: 95%;
    max-width: 700px;
}

.linktree-nav ul {
    display: grid;
    gap: 1rem;
    list-style: none;
}

.linktree-nav a {
    text-decoration: none;
    color: inherit;
}

.linktree-box {
    display: flex;
    align-items: center;
    text-align: start;
    padding: 12px 12px;
    border-radius: 8px;
    background: #17212b;
}

.linktree-box .icon-box {
    --scale: 56px;
    width: var(--scale);
    height: var(--scale);
    font-size: 1.25rem;
    background: hsl(var(--color), 30%);
    color: hsl(var(--color));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-left: 16px;
}

h5 {
    font-size: 0.9rem;
    font-weight: 500;
}
span {
    font-size: 0.8rem;
    color: #727b85;
}
@media (min-width: 600px) {
    .linktree-nav ul {
        grid-template-columns: repeat(2, 1fr);
    }
}