body {
    margin: 0;
    padding: 0;
}
.topbar {
    display: none !important;
}
.swagger-ui .topbar {
    display: none;
}
.custom-logo {
    background: white;
    padding: 15px 20px;
    border-bottom: 2px solid #e8e8e8;
}
.custom-logo img {
    max-width: 120px;
    height: auto;
}
