html, body{ margin: 0px; padding: 0px; background-color: #2b2c2e; display: flex; align-items: center; justify-content: center; } #canvas{ max-height: 100vh; max-width: 100vw; }