num

UX

<nav bol2 bbg>
</nav>

UI

<style>
nav{
display: block;
place-content: center;
justify-content: center;
min-height: 2em;
width: auto;
max-width: 1280px;
top: 0;
position: sticky;
z-index: 2;
}
</style>