body {
  margin: 0;
  padding: 0;
}

[data-theme=dark] {
  body {
    background-color: #000000;
  }

  .react-tabs__tab--selected {
    border: none !important;
    background-color: #3f3f46 !important;
  }
}

.method-get {
  background-color: rgb(47, 129, 50);
}

.method-post {
  background-color: rgb(24, 111, 175);
}

.method-put {
  background-color: rgb(149, 80, 124);
}

.method-patch {
  background-color: rgb(149, 80, 124);
}

.method-delete {
  background-color: rgb(204, 51, 51);
}

.method-head {
  background-color: rgb(162, 61, 173);
}

.method-options {
  background-color: rgb(148, 112, 20);
}

.method-trace {
  background-color: #000;
}