.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: bold;
  color: white;
  text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.5);
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-title a {
  color: teal;
  font-weight: bold;
  text-decoration: none;
}

.artikel p, .artikel li, .artikel quote, .artikel blockquote {
  text-align: justify;
  text-justify: inter-word;
}

.bd-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bd-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: 3px;
}

.bd-callout + .bd-callout {
  margin-top: -5px;
}

/* Warna untuk jenis callout berbeda */

.bd-callout-default {
  border-left-color: #777;
}

.bd-callout-primary {
  border-left-color: #428bca;
}

.bd-callout-success {
  border-left-color: #5cb85c;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}

.bd-callout-bdc {
  border-left-color: #29527a;
}