* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #16191E;
    width:100%;
    height:100%;
    color: #ffffff;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.014);
    border-radius: 10px;
    background-color: #16191E;
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #16191E;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.014);
    background-color: #98A0AD;
}

.main-main-div {
    margin-top: 8rem;
    justify-content: center;
    flex-wrap: wrap;
}
.block-color{
    border-radius: 10px;
    border: solid 1px #16191E;
    background-color: #101216;
}
.main-avatar {
    padding: 20px;
    margin: 15px auto;
    max-width: 190px;
    max-height: 190px;
    border-radius: 15px;
    border: solid 1px #16191E;
    background-color: #101216;
}
.main-description {
    margin: 15px auto;
    border-radius: 15px;
    border: solid 2px #16191E;
    background-color: #101216;
    width: 50%;
    height: 175px;
    text-align: center;
    font-size:larger;
    min-width: 360px;
}
.main-d-forbutton{
    height:200px;
}
.main-description-h2 {
    padding: 10px;
}
.updatebtn{
    margin-bottom: 20px;
}
.custom-hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 0 10px 1px white;
}
.secondary-info-block{
    margin: 30px 0px;
}

.impressivewave {
    background-color: #000000;
}
.whttextcol {
    color:#ffffff;
}

.status-secondary-block{
    margin-top: 150px;
    display: flex;
}

.status-bar{
    background-color: #101216;
    width: 280px;
    margin: auto 0px;
    margin-right: 10px;
    border-radius: 15px;
}
.status-sost{
    background-color: #101216;
    width: 100%;
    margin-left: 10px;
    border-radius: 15px;
    display: flex;
    text-align: center;
}
.status-stats{
    background-color: #101216;
    width: 100%;
    margin-left: 10px;
    border-radius: 15px;
    display: none;
    text-align: center;
}
@media screen and (max-width: 980px) {
    .status-secondary-block{
        display: block;
    }
    .status-bar{
        width: 100%;
        margin-bottom: 10px;
    }
    .status-sost{
        width: 100%;
        margin: auto;
    }
    .status-stats{
        width: 100%;
        margin: auto;
        flex-direction: column;
    }
}
.status-stats-block{
    margin: 20px auto;
    display:block;
}
.status-sost-block{
    margin: 20px auto;
    display:block;
}
.status-block-green {
    padding: 5px 10px;
    background-color: rgba(136, 253, 136, 0.575);
    border-radius: 10px;
    border: 1px solid #69696956;
}
.status-block-red {
    padding: 5px 10px;
    background-color: rgba(255, 79, 79, 0.486);
    border-radius: 10px;
    border: 1px solid #69696956;
}
.status-span{
    cursor: pointer;
}
.links:hover{
    color: #979797;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;

}
.termsprivacy{
    margin-top: 150px;
    width: 100%;
    padding: 50px 50px;
    border-radius: 15px;
    background-color: #101216;
}
.links{
    text-decoration: none;
    color: #5E687F;
}
.navbar {
    background: linear-gradient(rgba(163,166,181, 0.336), #16191E);
}
.invitebutton {
    color: #5E687F;
}

.invitebutton:hover {
    color: #979797;
}