@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap");
html,
body {
    font-family: "Rubik", sans-serif;
    background-color: #f3f3f3;
}

nav {
    background-color: #fff;
}