.shader-container {
    width: 30vw;
    aspect-ratio: 1;
}

canvas {
    width: 100%;
    height: 100%;
    display: block;
}
