html,
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

body {
    background-image: url('../content/tile.webp');
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
}

#unity-canvas {
    background: transparent;
    image-rendering: crisp-edges;
    display: block;
}
