body {
  margin: 0;
}

.swagger-ui .wrapper {
  display: flex;
  justify-content: center;
  max-width: 100% !important;
}

.swagger-ui .wrapper .block {
  max-width: 1460px;
  width: 100%;
}

.swagger-ui .information-container {
  background-color: #002040;
}

.swagger-ui .information-container .info {
  margin: 0 !important;
  padding: 50px 0;
  color: #fff;
}

.swagger-ui .information-container .title,
.swagger-ui .information-container .renderedMarkdown p {
  color: #fff !important;
}

.swagger-ui .information-container .info__contact {
  display: none;
}

.swagger-ui .scheme-container {
  display: flex;
  justify-content: center;
}

.swagger-ui .scheme-container .schemes {
  max-width: 1500px !important;
}

.swagger-ui > div > .wrapper > .block > div > span:first-child {
  display: none;
}
