@import url('https://fonts.googleapis.com/css?family=Open+Sans:600&display=swap'); * { margin: 0; border: 0; box-sizing: border-box; } body { margin: 0; position: fixed; overflow: hidden; background-color: #090d13; user-select: none; } canvas { width: 100%; height: 100%; }