/** CSS Custom Template */ 

body {
  background-color: #fffaf0 !important; 
  color: #333333 !important; 
}
h1, h2, h3, h4, h5, h6 {
  color: #ff8c00 !important; 
}
a {
  color: #cc5200 !important; 
}
a:hover {
  color: #ffd700 !important; 
}

.card, .artikel, img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.card:hover, .artikel:hover, img:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


