.card-body {
  aspect-ratio: 1;
  box-shadow: 0 1px 2px #3c40434d, 0 2px 6px 2px #3c404326;
}

.card-title {
  color: #084298;
  min-width: min-content;
  margin-bottom: 1rem;
  font-weight: 400;
}

.card-text {
  color: #212529;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary:hover {
  color: #f8c102;
}
