.navbar { background-color: #343a40; padding: 1rem; display: flex; justify-content: center; } .navbar-list { list-style: none; padding: 0; margin: 0; display: flex; } .navbar-item { margin: 0 1rem; } .navbar-item a { color: white; text-decoration: none; font-weight: bold; } .navbar-item a:hover { text-decoration: underline; }