@keyframes navbar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes navbar-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.navbar-enter{transform-origin:0;animation:.4s ease-out forwards navbar-grow}.navbar-exit{transform-origin:0;animation:.4s ease-in forwards navbar-shrink}.navbar-icons{box-sizing:border-box;justify-content:space-between;width:100%;height:100%;padding:0 16px}.navbar-icons,.navbar-icons a{align-items:center;display:flex}.navbar-icons a{color:#fff;justify-content:center;padding:8px;text-decoration:none}.navbar-icons a:hover{opacity:.8}.theme-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.theme-toggle:hover{opacity:.8}
