body {
  --bs-body-font-family: var(--bs-font-monospace);
  --bs-body-line-height: 1.4;
  --bs-body-bg: var(--bs-gray-400);
  color: #212529 !important;
}

main {
  margin-left: 235px;
}

.vertical-menu {
  gap: 1rem;
  height: 100%;
  width: 235px;
  color: #fff;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #212529;
  overflow-x: hidden;
  padding-top: 20px;
}

.vertical-menu a {
  display: block;
  padding: 6px 8px 6px 16px;
  text-decoration: none;
}

.vertical-menu a:hover {
  text-decoration: underline;
}

.vertical-menu a.active {
  font-weight: 900;
  font-style: italic;
  /*margin-left: 10px;*/
}

#guestbook {
  width: 100%;
  min-height: 800px;
  border: 0;
}

.div #header img {
  display: none;
}

.lost {
  background: #fbfcfe;
  color: #212529;
}

.lost a {
  font-weight: 900;
  text-decoration: none;
}

.lost a:hover {
  font-style: italic;
  font-weight: 900;
  text-decoration: underline;
}

.card-body {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

/*.gallery {*/
/*  color: #212529 !important;*/
/*}*/

