:root {
    --bg: #111111;
    --pr: #c1121f;
    --text: #eee;
}

body {
    background: var(--bg);
}

header {
    background: var(--pr);
    color: var(--text);
}

a {
    color: inherit;
    font: inherit;
    text-decoration: inherit;
}