* {
    margin: 0;
    box-sizing: border-box;
    color: hsl(210, 10%, 22%);
}

body {
    line-height: 1.5;
    background-color: hsl(210, 15%, 90%);
    font-family: 'NRK Sans', "Roboto Light", sans-serif;
}