/* styles.css */
body {
    font-family: Arial, sans-serif;
}
.editor {
    border: 1px solid #ccc;
    width: 632px;
    height: 378px;
    margin-bottom: 1rem;
}

.replace-image-container {
    position: absolute;
    z-index: 1000;
  }
  