* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'SF-Medium'; } #link_EaglerArchive { display: flex; flex-direction: row; align-items: center; color: white; text-decoration: none; margin-right: 10px; } #link_EaglerArchive p { margin-left: 10px; font-family: 'SF-Black'; font-size: 30px; } #EaglerArchive { display: flex; flex-direction: row; } #logo { height: 40px; } #EaglerArchive a { display: flex; flex-direction: row; } #nav_bar { display: flex; flex-direction:row; justify-content: space-between; width: 100%; background-color: #333; color: white; padding: 10px; padding-left: var(--side_distance); padding-right: calc(var(--side_distance) - 10px); box-shadow: 0px 5px 0px 0px rgb(0, 0, 0, 0.2); } .icon_link { width: 30px; height: 30px; margin-right: 7.5px; transition: filter 0.75s ease; } #nav_bar a:hover > .icon_link { filter: invert(1) } .link-nav_bar { color: white; display: flex; flex-direction: row; align-items: center; text-decoration: none; padding: 7.5px; padding-right: 10px; margin-left: 10px; margin-right: 10px; border-radius: 10px; transition: background-color 0.75s ease, color 0.75s ease; } #nav_bar a.link-nav_bar:hover { background-color: white; color: rgb(0, 0, 0); }