body { background: #0080ff; } #title { position: fixed; top: 0; margin-top: 28px; height: 24px; width: 30%; } #clickables { position: fixed; left: 32%; width: 200px; height: 300px; } #upgrades { position: fixed; margin-left: 250px; left: 31%; right: 23%; height: 300px; overflow-y: scroll; } #upgrades:hover { height: 300px; } .bought { font-size: 0px; } #resources { position: fixed; margin-top: 46px; width: 30%; height: 37%; overflow-y: scroll; } #achievements { position: fixed; margin-top: 328px; top: 3%; left: 32%; right: 23%; height: 30%; overflow-y: auto; } #buildings { position: fixed; left: 77%; right: 15px; top: 28px; bottom: 7%; overflow-y: auto; } #saveBox { position: fixed; bottom: 0; right: 15px; } div[id="support"] { position: fixed; left: 0%; bottom: 10%; }