*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

:root {
  
    --color-text : 'black',
    --color-body : 'white',
    --color-choiceHover: "#e4e3e3",
    --color-btnOther: "#e4e3e3",
    --color-border: "#f6f6f6",
    --color-disabled : "#e8e8e8",
}