.navbar { display: flex; justify-content: space-between; align-items: center; padding: 1rem 25rem 1rem 15rem; background-color: transparent; position: fixed; top: 0; left: 0; right: 0; z-index: 999; } .navbar-logo img { height: 50px; } .navbar-links { display: flex; justify-content: flex-end; } .navbar-links a { margin-left: 10px; text-decoration: none; color: var(--amarilloclaro); cursor: pointer; } .navbar-links a:hover { color: var(--amarillooscuro); }