#avatar {
    max-width: 150px;
    height: auto;
}

.live-text {
    color: #ff0000;
}

/**
 * Custom styling on social media buttons for extra swag.
 */
.btn-dark {
    border-color: #000000;
}

/**
 * X/Twitter - Branding guidelines: https://cdn.cms-twdigitalassets.com/content/dam/about-twitter/x/brand-toolkit/x-brand-guidelines.pdf
 */
.btn-x-twitter {
    background-color: #000000;
}

/**
 * Twitch - Branding guidelines: https://brand.twitch.tv/brand/
 */
.btn-twitch {
    background-color: #9146ff;
}

/**
 * YouTube - Branding guidelines: https://www.youtube.com/about/brand-resources/
 */
.btn-youtube {
    background-color: #ff0000;
}

.btn-youtube-alt {
    background-color: #282828;
    color: #ffffff;
}

/**
 * Instagram's logo has too many fancy colors that I can be bothered to do it.
 * So I'm sticking to black and white :)
 */
.btn-instagram {
    background-color: #000000;
    color: #ffffff;
}

/**
 * Discord - Branding guidelines: https://discord.com/new/branding
 */
.btn-discord {
    background-color: #7289da;
}

.btn-merch {
    background-color: #d58ee4;
}
