:root{
    --base-color: rgb(255, 255, 255);
    --text-color: black;
    --secondary-text-color: gray;
    --special-text-color: rgb(90, 170, 16);
    --secondary-color: rgb(175, 214, 159);
    --accent-color: rgb(161, 247, 62);
    --sec-base-color: rgb(114, 118, 133);
    --navbar-height: 100px;
}

.darkmode{
    --base-color: rgb(54, 57, 68);
    --text-color: rgb(228, 228, 228);
    --secondary-text-color: lightgray;
    --secondary-color: rgb(175, 214, 159);
    --special-text-color: rgb(90, 170, 16);
    --accent-color: rgb(161, 247, 62);
}