button.nav-link:not(.active) {
    color: white;
}

div[data-link] {
    cursor: pointer;
    margin: 5px 5px;
    width: 50px;
    height: 50px;
    padding: 0;
}

div[data-link] .fa-brands {
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
}

div[data-link] .fa-brands:hover {
    opacity: 0.8;
    text-decoration: none;
    color: white;
}

div[data-link] .fa-facebook {
    background: #3B5998;
    color: white;
}

div[data-link] .fa-twitter {
    background: #55ACEE;
    color: white;
}

div[data-link] .fa-youtube {
    background: #bb0000;
    color: white;
}

div[data-link] .fa-instagram {
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

div[data-link] .fa-snapchat {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

div[data-link] .fa-reddit {
    background: #ff5700;
    color: white;
}

div[data-link] .fa-tiktok {
    background: #000000;
    color: white;
}

div[data-link] .fa-discord {
    background: #7289DA;
    color: white;
}

div[data-link] .fa-twitch {
    background: #6441A5;
    color: white;
}

div[data-link] .fa-telegram {
    background: #0088cc;
    color: white;
}