@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
:root{
    /*font*/
     font-family:'Outfit', sans-serif;
    /* Primary */
    --Blue_500: hsl(215, 51%, 70%);
    --Cyan_400: hsl(178, 100%, 50%);
   /* Neutral */
    --Blue_900: hsl(216, 50%, 16%);
    --Blue_800: hsl(215, 32%, 27%);
    --Blue_950: hsl(217, 54%, 11%);
    --White: hsl(0, 0%, 100%);
    font-size: 18px;     
    background-color: var(--Blue_950);
}


   