@font-face {
    font-family: 'JustAnotherHand';
    src: url('/assets/fonts/JustAnotherHand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0a0a14;
    width: 100%;
    height: 100%;
}

#app {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#game-container {
    width: 100%;
    max-width: 720px;
}


