/* styles.css */
.container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

canvas {
    max-width: 100%;
    height: auto;
}
