*{ margin: 0; padding: 0; box-sizing: border-box; } body{ background-color: #120b1d ; font-family: "Lemon", serif; } .header{ display: flex; position: fixed; background-color: #000000; right: 0; top: 0; width: 100%; text-align: center; padding: 20px; } .nav{ display: flex; align-items: center; vertical-align: center; gap: 30px; width: 40%; } .nav img:hover{ filter: invert(59%) sepia(96%) saturate(6733%) hue-rotate(275deg) brightness(112%) contrast(122%) ; } .logo{ display: flex; align-items: center; justify-content: center; width: 20%; } .user{ display: flex; flex-direction: row; justify-content: flex-end; align-items: center; vertical-align: center; gap: 30px; width: 40%; }