.bg-site-green{
    background: #D6F6E3;
}
.bg-black{
    background: #272D2D;
}
.bg-green{
    background: #23CE6B;
}
.text-d-green{
    color: #4C916A;
}
.text-dd-green{
    color: #2E5C41;
}
.text-d-black{
    color: #131313;
}
.text-d-gray{
    color: #59625D;
}
.bg-gray{
    background: #FAFAFA;
}
.text-green{
    color: #23CE6B;
}
html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory; /* Optional: Add scroll snap for better control */
  }