body {
    background: #1e1e1e;
}

main {
    margin-top: unset;
}

.tree-container {
    max-width: 340px;
    padding: 64px 0;
    margin: 0 auto;
    text-align: center;
}

img.logo-tree {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 28px;
}

.tree-body {
    font-family: 'Metropolis';
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.tree-body > h1 {
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    line-height: 20px;
    margin: 0 0 24px 0;
    padding: 0;
}

.tree-body > h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 32px 0 24px 0;
    padding: 0;
}

.tree-body > h1 > img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-left: 8px;
}

.tree-body .tree-social-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 48px;
    width: 100%;
}

.tree-body .tree-social-media > a {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.tree-body ul {
    padding: 0;
    margin: 0;
}

.tree-body ul > li {
    list-style: none;
    margin-bottom: 18px;
    padding: 0 16px;
}

.tree-body ul > li.prime > a {
    background: #000;
}

.tree-body ul > li > a {
    display: inline-flex;
    width: 100%;
    align-items: center;
    background: var(--main-gradient);
    padding: 16px;
    border-radius: 8px;
    color: #FFF;
}

.tree-body > ul > li > a > img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
}