body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #1a1a1a, #333);
    color: #fff;
}

canvas {
    display: block;
    background: #000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.info {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
}

.info span {
    font-size: 1.5rem;
    margin: 0 1rem;
}