:root {
    /* Primary color*/
    --primary-color: rgba(5, 14, 23, 1);
    /* Secondary color*/
    --secondary-color: rgba(255, 88, 71, 1);
    /* Secondary color with .5 opacity */
    --secondary-color5: rgba(255, 88, 71, 0.5);
    /* Tertiary color */
    --tertiary-color: rgba(0, 240, 255, 1);
}