@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap');

#navigation-bar {
    background-color: #0FA3B1;
    margin: 8px;
    border-radius: 20px;
    font-weight: bold;
}

/* #navigation-items {
    color: white;
    font-weight: bold;
} */

* {
    font-family: 'Josefin Sans', sans-serif;
}


