body {
    /* fit to left-top */
    margin: 0;
    /* disable scroll-bar */
    overflow: hidden;

    /* for contain-resize */
    background-color: transparent;
    position: absolute;
    left: 0;
    top:  0;
    width: 100vw;
    height :100vh;
}
