:root { --bg-color-ll: #535353; --bg-color-l: #434343; --bg-color: #323232; --bg-color-d: #292929; --bg-color-dd: #212121; } body { background: var(--bg-color); font-family: Arial, Helvetica, sans-serif; } #topnav { width: 100%; height: 3.5rem; background: var(--bg-color-l); display: flex; justify-content: space-between; align-items: center; } #topnav_buttons { margin-left: 0.5rem; } .topnav_button { width: 10rem; padding: 0.6rem 2rem; margin: 3px 3px; background: var(--bg-color-ll); border: 2px solid var(--bg-color); border-radius: 10px; text-align: center; font-size: 18px; } .topnav_button:hover { background: var(--bg-color) } #topnav_profile { margin-right: 0.5rem; position: relative; display: flex; align-items: center; height: 3rem; float: right; padding-top: 6rem; } #topnav_profile span { font-size: 21px; } #topnav_profile img { /*position: absolute;*/ width: 3rem; height: 100%; right: 0; object-fit: fill; } #topnav_profile_dropdown { margin-top: 6.5rem; z-index: 1; right: 0; /* display: none; */ position: apsolute; } .topnav_profile_button { width: 6rem; background: var(--bg-color-ll); border: 2px solid var(--bg-color); border-radius: 10px; }