body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    background: #f0f8ff;
}

canvas {
    border: 2px solid #333;
    margin-top: 20px;
    background: #e6f7ff;
}
