/* -----------------------colour style sheet------------------ */

:root {
    --background-colour: rgb(50, 50, 50);
    --pink: hwb(342 24% 40%);
    --blue: rgb(76, 100, 122);
    --black: rgb(0, 0, 0);
    --white: white;
    --off-white: antiquewhite;
    --grey: rgb(114, 114, 114);
}
