.discord-widget {
    text-align: center;
    vertical-align: center;
    padding-top: 1.5vw
}

.discord-widget a {
    text-decoration: none
}

.discord-widget .content {
    position: relative;
    width: 70%;
    margin: 0 auto
}

.discord-widget img {
    width: 100%
}

.discord-widget .info {
    text-align: left;
    padding-left: .5vw;
    margin-top: -1.2vw
}

.discord-widget .discord-online {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: green
}

.discord-widget .players-online {
    display: inline-block;
    color: #fff;
    font-size: 12px
}