html{ background-color: #eeeeee; ; } #hodor-logo { position: absolute; top: 5px; left: 45%; background-color: #000000; opacity: 0.5; height:65px; width: auto; } #sidenav a { position: absolute; left: -232px; transition: 0.3s; padding: 15px; width: 250px; font-size: 20px; color: white; border-radius: 0 5px 5px 0 ; background-color: #000000; text-align: center; text-decoration: none; font-family: 'Titillium Web', sans-serif; } #sidenav a img { border-radius: 50%; width: 50px; } #sidenav>a>i { position: absolute; right: 10px; color: #eceff1; } #sidenav>#profile>i { top: 50%; } #sidenav>#docs>a { } #sidenav>#docs>i { right: 18px; } #sidenav a:hover { left: 0; background-color: #03a9f4; } #profile { top: 10%; } #dashboard { top: 30%; } #learn { top: 40%; } #leaderboard { top: 50%; } #ctf { top: 60%; } #docs { top: 70%; } #logout { bottom: 5%; }