<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
  min-height: calc(100vh - 15rem);
}

:root {
  --bs-primary: #372817;
  --bs-primary-rgb: 55, 40, 23;
  --bs-secondary: #81889C;
  --bs-secondary-rgb: 129, 136, 156;
  --bs-light: #C9C2B1;
  --bs-light-rgb: 201, 194, 177;
  --bs-danger: #8B0000;
  --bs-danger-rgb: 139, 0, 0;
  --bs-info: #273C4E;
  --bs-info-rgb: 39, 60, 78;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-primary {
  background-color: #372817 !important;
  border-color: #372817 !important;
}

.btn-info {
  background-color: #273C4E !important;
  border-color: #273C4E !important;
  color: #fff !important;
}

.form-control:focus, .btn:focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 40, 23, 0.25) !important;
}

.fs-5 {
  font-size: 0.875rem !important;
}

.text-purple {
  color: purple !important;
}

.text-blue {
  color: blue !important;
}

.bg-purple {
  color: purple !important;
}

.bg-blue {
  color: blue !important;
}
</pre></body></html>