html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
  color: #0077cc;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tarot-card {
  width: 180px;
  margin: 0;
  text-align: center;
}

.tarot-card img {
  width: 180px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.tarot-card.reversed img {
  transform: rotate(180deg);
}

.tarot-card figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
}

.tarot-card figcaption .name {
  display: block;
  font-weight: 600;
}

.tarot-card figcaption .orientation {
  color: #6b5b4e;
}