body {
  background-color: black;
}

body h1 {
  color: #c2b59b;
}

body a {
  text-decoration: underline;
  color: #c2b59b;
}

body p,
body label {
  color: #eee;
}

body form input,
body form select,
body form textarea {
  background-color: #444 !important;
  color: #eee !important;
  border: 1px solid #888 !important;
}

body form input.btn.btn-primary {
  background-color: #c2b59b !important;
}
