html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #0b0e11;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

canvas {
    outline: none;
    display: block;
    max-width: 100%;
}
