*{ margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; } .nav-menu { list-style: none; } header { background: #02153f; padding: 0 10px; position: fixed; width: 100%; height: 84px; } nav { height: 100%; } .nav-menu { display: flex; justify-content: space-around; align-items: center; height: 100%; } .nav-item:not(:last-child) { margin-right: 15px; } .nav-item a { color: #FFF;