body{ text-align: center; background-color: #e0dbcd; } div.gameboy{ padding: 10px; border-radius: 10px; display: inline-block; background-color: #a89f94; } img.screen{ border: 10px solid #2b2b26; border-radius: 10px; width: 320px; height: 288px; } table{ margin-left: auto; margin-right: auto; } table.controls{ max-width: 320px; height: auto; } .controls input, img{ height: 35px; width: auto; }