body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: #eeeeee;
}

.creator {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

canvas {
    width: 400px;
    height: 400px;
    border: 2px solid black;
    background: white;
}

.controls {
    text-align: left;
}

.controls h2 {
    margin-bottom: 5px;
}

button {
    margin-right: 5px;
    margin-bottom: 15px;
}