body {
  background-color: #212529;
  color: #ede9e9;
  margin-top: 90px;
}
  
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.button-as-link {
  background: none;
  border: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  display: inline;
  padding: 0;
}

.navi {
  background-color: #212529;
}

textarea:focus,
textarea.is-valid:focus,
textarea.was-validated:focus {
    color: white;
}

input:focus,
input.is-valid:focus,
input.was-validated:focus {
    color: white;
}