*{ margin: 0; padding: 0; box-sizing: border-box; font-family: sans-serif; } body{ height: auto; width: auto; background:black; } canvas{ width: 100%; height: 100%; }