body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
}

h1 {
    margin-top: 20px;
    font-size: 28px;
    color: #00d4ff;
}

#canvas-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
