html {
    background-color: #7B36B8;
    background-image: url('/assets/images/background.png');
    background-size: cover;
    height: 100%;
}

body {
    background: none !important;
}

.content {
    border-radius: 5px;
    width: 300px;
    margin-top: 50px;
    padding: 10px;
}

#avatar {
    text-align: center;
}

#avatar>img {
    border-radius: 100px;
    border: 3px #FFFFFF solid;
    width: 100px;
    box-shadow: 0 0 11px 0 #000;
}

#about {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding: 20px 0;
    font-weight: bold;
}

.btn-primary {
    background-color: #ffe22f;
    border: 3px #FFFFFF solid;
    border-radius: 15px 7px;
    box-shadow: 0 0 11px 0 #000;
    margin-bottom: 13px;
    padding: 10px 0;
    color: #000;
    font-weight: bold;
    font-size: 20px !important;
}

.btn-primary:hover {
    background-color: #ffe962;
    border: 3px #FFFFFF solid;
    color: #000;
    font-weight: bold;
}

.btn-primary:active {
    background-color: #ffe962;
    border: 3px #FFFFFF solid;
    color: #000;
    font-weight: bold;
}

.btn-primary:focus, .btn-primary:active:focus {
    background-color: #ffe962;
    border: 3px #FFFFFF solid;
    box-shadow: none;  
    color: #000;
    font-weight: bold;
}

a.btn-primary {
    text-align: left;
    text-indent: 10px;
}

#footer {
    text-align: center;
    color: #FFFFFF;
}

#live {
    background: red;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    margin: 0 -34px 0 2px;
}

.badge { 
    float: right;
    margin: 3px 10px 0 0;
    text-align: center !important;
    text-indent: 0px;
}

.discord,.contact { 
    text-indent: 0 !important;
    text-align: center !important;
}