* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    width: 100%;
    height: 100vh;
    height: 100svh;
    background: #000;
    overscroll-behavior: none;
}

#root {
    position: relative;
    width: 100%;
    max-width: 576px;
    height: 100%;
    margin: 0 auto;
    user-select: none;
    overflow: hidden;
}
