body {
  font-family: sans-serif;
  padding: 20px;
  font-family: "Lucida Console", monospace;
  font-size: 15px;
  color: #d884b2;
  line-height: 1.2;
  background: #ffffff url("https://files.catbox.moe/ew8xd4.jpg");
}

input[type=text], input[type=file] {
  width: 60%;
  padding: 5px;
  margin-bottom: 10px;
}

button {
  padding: 5px 10px;
  margin-right: 5px;
}

#preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.gallery-item {
  text-align: center;
}

.gallery-item img {
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin-bottom: 5px;
}

textarea {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  resize: none;
}
