body { 
    padding-top: 70px; 
}

.gradient-background {
    background: linear-gradient(45deg, hsla(0, 100%, 0%, 1), hsla(263, 88%, 15%, 0.5) 100%);
}

.dark-tooltip {
    --bs-tooltip-bg: var(--bs-dark-bg-subtle);
    --bs-tooltip-opacity: 100;
}

.syntax-string { color: Olive; }
.syntax-number { color: GoldenRod; }
.syntax-boolean { color: SteelBlue; }
.syntax-null { color: DarkSlateBlue; }
.syntax-key { color: IndianRed; }