body {
    background-color: #dbdad6!important;
}

.swagger-ui  {
    background-color: #dbdad6!important;
    color: #37352f;
}

.swagger-ui .topbar {
    background-color: #dbdad6!important;
    color: #37352f;
}

.swagger-ui .topbar .topbar-wrapper, .swagger-ui .topbar a {
    display: none;
}

.swagger-ui .info .title {
    font-size: 36px;
    margin: 0;
    font-family: sans-serif;
    color: #3b4151;
    font-weight: 200;
}

.main-landing h2 {
    padding: 3rem 0 0rem 0;
    font-weight: 200;
}
.swagger-ui .opblock-tag {
    font-weight: 400;
}

.swagger-ui .opblock.opblock-get .opblock-summary-method {
    background: #89bf04;
}
.swagger-ui .opblock.opblock-get {
    border-color: #89bf04;
}

.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span:after {
    background: #89bf04;
}

.swagger-ui .opblock.opblock-get .opblock-summary {
    border-color: #89bf04;
}

.swagger-ui .btn.execute {
    background-color: #89bf04;
    color: #fff;
    border-color: #89bf04;
}