:root {
    --primary: #2773c4;
    --secondary: #1B273D;
    --tertiary: #2987cc;
    --text-color: black;
    --light-grey: rgb(120, 120, 120);
    --grey: rgb(100, 100, 100);
    --background: #eceff1;
}