* {
    margin: 0;
    padding: 0;
}

:root {
    --navigation-width: 250px;
    --light-grey: #f9f9f9;
    --medium-grey: #ededed;
}
