/* Add custom CSS styles below */ 
.right-side {
    color: #6c3baa;
}
.golden-highlight h2 {
  color: #c9a227 !important; /* gold */
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* optional shiny effect */
.golden-highlight h2 {
  background: linear-gradient(90deg, #b8961e, #ffd700, #b8961e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}