html {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

body {
    background: #26262d !important;
    color: #DDD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Mukta', 'Oswald', sans-serif;
    font-size: 14px;
    margin: 0px;
}

.simplebar-scrollbar:before {
    background: #7AAA71 !important;
}