footer {
    padding: 10px;
    background: #0005;
    color: gray;
    font-size: 90%;
}
footer div.flex-container {
    max-width: 1200px;
    margin: 0 auto;
}
footer i {
    font-size: 25px;
    margin-bottom: 10px;
}
footer i.fa-x-twitter {
    color: white;
}
footer i.fa-instagram {
    background: linear-gradient(45deg, #FCB045, #FD1D1D 20%, #833AB4 80%);
    background-clip: text;
    color: transparent;
}
footer i.fa-tiktok {
    position: relative;
    top: -2px;
    font-size: 20px;
    color: black;
    text-shadow: 2px 2px crimson, -2px -2px aqua;
}
footer i.fa-discord {
    color: #5865F2;
}
footer i.fa-youtube {
    color: red;
}
footer i.fa-twitch {
    position: relative;
    top: 2px;
    color: purple;
}
footer a:hover {
    color: darkgray;
}