body {
  font-family: Raleway, sans-serif;
  --bs-primary: #d5c758;
  --bs-primary-rgb: 213,199,88;
  --bs-secondary: #71773c;
  --bs-secondary-rgb: 113,119,60;
  --bs-body-color: #eeeee4;
  --bs-body-bg: #2b2b2b;
  --bs-body-font-weight: 300;
  --bs-info: #ba5812;
  --bs-info-rgb: 186,88,18;
}

.container {
  height: 100%;
  max-width: 900px;
}

