.replaced-link {
    text-decoration: none;
    color: inherit;
}
.underlined {
    text-decoration: underline !important;
}
header {
    position: sticky;
    top: 0;
    background-color: var(--light);
    z-index: 50;
}