@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: hsl(0, 0%, 50%);
}