:root{
    --primary-color:#142f32;
    /*--secondary-color: #c8e82a;*/
    --secondary-color:#45a049;
    --white-filter:invert(100%) sepia(0%) saturate(7444%) hue-rotate(268deg) brightness(109%) contrast(97%);
    --primary-gradient: linear-gradient(135deg, #003d29 0%, #005a3a 50%, #007a4d 100%);
}
html{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
*{
    font-family: sans-serif;
    line-height: 1.5;
}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}