body {
  background-image: linear-gradient(180deg, #000, #000 100px, #000);
  color: #B8B097;
}

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

.versions-header {
  max-width: 700px;
}


.text-green {
  color: #636C64;
}

.text-yellow {
  color: #B8B097;
}

.link-primary2 {
  color: #B8B097!important;
}

.link-primary2:a {
  color: #B8B097!important;
}


.bg-primary {
  background-color: #2D383A!important;
}

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

.border-primary, .btn-primary {
  border-color: none!important;
  --bs-btn-border-color: none;
  color: #2D383A;
}

.card-body {
  background-color: #636C64;
}

.card {
  --bs-card-bg: none;
}

.border-top {
  --bs-border-color: #2D383A;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

a, a:hover, a:focus, a:active {
    text-decoration: none!important;
    color: inherit!important;
}
