.navbar{width:100%;max-width:500px;display:flex;justify-content:space-around;padding:1rem 1rem .5rem;flex-wrap:wrap;margin:0 auto}.nav-link{color:white;text-decoration:none;font-weight:500;padding:.5rem 1rem;transition:background-color .3s ease}.nav-link:hover{background-color:rgba(255,255,255,.1)}.nav-link.active{border-bottom:2px solid white;cursor:default;pointer-events:none}