.customizer {
  display: flex;
  gap: 30px;
}

.preview {
  position: relative;
  width: 300px;
  height: 300px;
  border: 1px solid #ccc;
}

#text-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

#logo-layer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 80px;
}