.swagger-ui .topbar, .swagger-ui .servers-title, .swagger-ui .servers {
    display: none;
}

.swagger-ui .info>.description {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.swagger-ui .info>.description span {
    display: block;
    margin-bottom: 10px;
}
.swagger-ui .info>.description a {
    color: #007BFF;
    text-decoration: none;
}
.swagger-ui .info>.description a:hover {
    text-decoration: underline;
}
