body {
    background-image: url(https://media.alienwarearena.com/media/steam-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.alert-twitch {
    background-color: #6441A4
}

.text-twitch {
    color: #9147ff
}

.media {
    position: relative;
    color: #fff !important;
}

.media img {
    border-radius: 50%;
    border: 3px solid #9147ff;
    padding: 2px;
}

.live {
    position: absolute;
    bottom: -10px;
    transform: translateX(30px);
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px 4px 0px 4px;
    border: 2px solid #000000;
    border-radius: 3px;
}

hr {
    border-top: 1px solid rgba(255,255,255,.8);
}
