nav {
    width: 100vw;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #2b292f;
    padding: 5px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: fixed;
    align-items: center;
    gap: 15px;
}

nav a {
    text-decoration: none;
}

nav img {
    height: 50px;
}

nav div.sep {
    flex: 0.1;
}