:root {
    --theme_rgb: 22, 209, 120;
    --primarytxt_rgb: 48, 49, 51;
    --regulartxt_rgb: 96, 98, 102;
    --secondarytxt_rgb: 144, 147, 153;
}

/* reset */
* {
    margin: 0;
    padding: 0;
}

html, body {
    min-width: 1320px;
    height:100%;
}

a, a:visited {
    text-decoration: none;
    color: rgb(var(--regulartxt_rgb));
}

ul {
    list-style: none;
}