html, body {
    scroll-padding-top: 100px;
    overflow-x: hidden;
}

.primary-color {
    color: #60a5fa; /* light blue, adjust as needed */
}

.highlight-color {
    color: #800020; /* yellow, adjust as needed */
}