.screen { font-family: Calibri, sans-serif; font-size: xx-large; text-align: center; margin: 0 auto; width: 1200px; line-height: 1.8; } .avatar { top: 42%; left: 48%; position: absolute; } .avatar_choice_left { top: 32%; left: 32%; position: absolute; } .avatar_choice_right { top: 32%; left: 64%; position: absolute; } .left-slot { float: left; width: 170px; height: 170px; position: absolute; top: 50%; left: 25%; } .right-slot { float: right; width: 170px; height: 170px; position: absolute; top: 50%; left: 59%; } .left-player-1 { float: left; width: 100px; height: 100px; position: absolute; display: inline-block; top: 15%; left: 15%; } .left-player-2 { float: left; width: 100px; height: 100px; position: absolute; display: inline-block; top: 15%; left: 23%; } .right-player-1 { float: right; width: 100px; height: 100px; display: inline-block; position: absolute; top: 15%; left: 72%; } .right-player-2 { display: inline-block; position: absolute; top: 15%; left: 80%; } #gamblers { display: block; max-width: 100%; } .gamblers-left { display: inline-block; position: absolute; max-width: 20%; margin: 0 2.5%; } .gamblers-right { display: inline-block; position: absolute; max-width: 20%; margin: 0 2.5%; } .fixedContainer { position: fixed; padding: 2em; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 900px; width: 1440px; }