:root {
    --clr-neon: hsl(30, 100%, 54%);
    --clr-bg: hsl(323 21% 16%);
}

body {
    background-color: black;
}

#saturn-title {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    position:absolute;
    left:50%;
}
