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

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

#game-container {
    position: relative;
    width: 100%;
    max-width: 576px;
    height: 100%;
    margin: 0 auto;
    touch-action: none;
    user-select: none;
}
