:root {
    /* Colour Palette */
    --black: #0e0e10;
    --blue: #3355cc;
    --yellow: #ccaa11;
    /* Something else */
    --test: 'Something', monospace;
    --else: 'Else2314', monospace;
    font-family: 'Courier New', monospace;
}

body {

    background-color: tan;
}

header {
    text-align: center;
}
main {
    font-family: 'Courier New', monospace;
    text-align: center;
    column-count: 3;
}

nav {
    text-align: center;
    /* border-radius: 12%; */
    border-top-left-radius: 25%;
    border-color: var(--black);
    border-width: 5%;
    /* border */
    /* position: fixed; */
    background-color: teal;
}

aside {
    text-align: end;
}