@charset "utf-8";

html {
  font-family: sans-serif;
  font-size: 16px;
  color: #878787;
  background-color: #2f2f2f;
}

button {
  font-size: inherit;
  margin: 1em 0 1em 0;
  cursor: pointer;
}

table, tr, td, th {
  border: 1px solid;
}

td {
  white-space: break-spaces;
  vertical-align: top;
}

.methode td {
  padding: 1cm;
}

textarea {
  font-family: monospace;
  width: 938px;
  height: 182px;
  line-break: anywhere;
}

pre {
  font-size: 0.8em;
}

.important {
  color: red;
  background-color: yellow;
}

#getallheaders {
  background-color: #5a7b24;
  color: #13181c;
}

#POST {
  background-color: #4d4ded;
  color: #13181c;
}

#GET {
  background-color: #74247b;
  color: #13181c;
}

#FILE {
  background-color: #ff247b;
  color: #13181c;
}