body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#game-container{
    height: 100%;
    position: absolute;
    width: 100%;
}

#ui-container{
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.interactable-ui{
    pointer-events: auto;
}