*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    background: transparent;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

#live2d-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-family: sans-serif;
    font-size: 14px;
    pointer-events: none;
    z-index: 10;
}
