html, body, div { width: 100%; height: 100%; } #app { text-align: center; } canvas { position: relative; top: calc(50% - 384px); } * { margin: 0px; padding: 0px; border: 0px; background: #223; }