body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.view {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}