body {
  color: #212529;
  height: 100%;
}
html {
    height: 100%;
}
.bg-dark {
    background-color: #5a5a5a !important;
}

.ckr-image img {
    border-radius: var(--radius);
    background-color: var(--gray-border);
    box-shadow: 0 14px 28px 0 rgba(50, 50, 93, 0.4),
      0 6px 12px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.8s ease;
    opacity: 1;
}
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  margin-bottom: .25rem;
  font-size: .7rem;
}

/* Buttons and links */
button.kcm {
  background: var(--primary);
  border-radius: 6px;
  color: white;
  border: 0;
  padding: 12px 16px;
  margin-top: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
}
button.kcm:hover {
  filter: contrast(115%);
}
button.kcm:active {
  transform: translateY(0px) scale(0.98);
  filter: brightness(0.9);
}
button.kcm:disabled {
  opacity: 0.5;
  cursor: none;
}

button.merch {
  background: var(--secondary);
  border-radius: 6px;
  color: white;
  border: 0;
  padding: 8px 12px;
  margin-top: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
}
button.merch:hover {
  filter: contrast(115%);
}
button.merch:active {
  transform: translateY(0px) scale(0.98);
  filter: brightness(0.9);
}
button.merch:disabled {
  opacity: 0.5;
  cursor: none;
}

button.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

button.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.ckr-image {
  
    margin-top: 20px;
}

.buycard {
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(100, 100, 111, 0.6);
  border-radius: 0.25rem;
  padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-footer {
  padding: 0.5rem 1.25rem 0;
  border-top: 0;
  background-color: #FFFFFF;
}
a {
  color:#212529;
}
a:hover {
  color:#212529;
  text-decoration: none;
}
a:active {
  color:#212529;
}
h4 {
  text-align: center;
}