/*
 #background-landing-page {
    background: 
    linear-gradient(180deg, rgb(255 186 125 / 100%), rgb(255, 255, 255) 98.71%);

}

#background-landing-page2 {
    background: 
    linear-gradient(180deg, rgb(255, 255, 255), rgb(255 186 125 / 100%) 98%);

}*/

.keyword-link {

    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #c0c0c0;
    font-weight: 600;

}

.keyword-link:hover {

    cursor: pointer;
    color: #464646;
    text-decoration-color: #5d5d5d;

}
.menu-item {
    background-color: #ffffff;
    border-color: #dfe2e6;
    transition: background-color 0.4s ease;
}

.menu-item:hover {
    cursor: pointer;
    border-color: #d9dde2;
    background-color: #fffff1;
}

.no-decoration {
    text-decoration: none;
    color: #464646;
}

.fs-small {
    font-size: small;
}
  

[id] {
  scroll-margin-top: 75px;
}



