/* Creating varible */
:root {
    --white: #fff;
    --black: #1e1e1e;
    --blue: #243CFC;
}

body {
    background-color: var(--black);
}