body {
    margin: 0;
    background-color: #e4e0dd;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.tile {
    width: 100vw;
    flex: 0 0 auto; 
}

.tile__figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

.tile__image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

canvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
}


/*# sourceMappingURL=/src.a2b27638.css.map */