body {
  margin: 0;
  padding: 25px;
  background: #1e1e1e;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: x-large;
}

pre,
code {
  margin: 0;
  padding: 0;
  color: #fff;
}

.hljs {
    color: #fff !important;
    background: #1e1e1e !important;
}

.api-link {
  display: flex;
}

.api-link-method {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #8bc34a;
}

.api-link-url {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #607d8b;
  color: #fff;
}
