:root {
  --bs-primary: #6f0700;
  --bs-secondary: #6c757d;
  --bs-primary-rgb: 111, 7, 0;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
}

#section_head {
  background: url("/assets/img/github-startpage.jpg") center / cover no-repeat;
  color: rgba(111,7,0,0.8);
  height: 100vh;
}

#digresultbox {
  font-family: monospace;
  color: white;
  background: #2b2f32;
  padding: 10px;
  border-radius: 5px;
}

