*{ color: white; font-size: 30px; } #spielRaum{ width: 1000px; height: 1000px; margin: auto; background-color: yellow; position: relative; } body{ height: 100%; margin: 0px; } #tom img{ width: 300px; } #fuchs img{ width: 200px; position: relative; left: 50px; } #enemy img{ width: 220px; }