body {
  font-family: Arial, sans-serif;
  background: #0f172a;
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.wrap {
  text-align: center;
  background: #1e293b;
  padding: 30px;
  border-radius: 12px;
  width: 400px;
}

input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  border: none;
}

button {
  padding: 10px 15px;
  margin: 5px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.preview {
  margin-top: 20px;
}

canvas {
  background: white;
  border-radius: 8px;
}
