html, body { width: 100%; height: 100vh; background-color: #333; } #drawImage { position: absolute; width: 900px; height: 450px; margin: 0 auto; top: 25%; left: 25%; background-color: white; }