body {
    background: #111;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 30px;
}

h1 {
    margin-bottom: 20px;
    color: #00eaff;
    text-shadow: 0 0 10px #00eaff;
}

canvas {
    background: #000;
    border: 3px solid #00eaff;
    border-radius: 8px;
}
