:root {
    --black-background: #1c1c1c;
    --black-background-navbar: #1c1c1cdd;
    --background-box: #1c1c1c97;
    --background-box-title: #2a2a2a98;
    --green-principal: #7FA049;
    --red-principal: #f39595;
    --red-secondary: #f73939;
    --red-light: #3d0000;
    --blue-secondary: #78cafd;
    --text-principal: #dcdada;
    --text-secondary: #a6a6a6;
    --background-box-text: #2e2e2e;
    --border-input: #515151;
    --green-secondary:rgba(127, 160, 73, 0.246);
}