.result-box {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 150px;
    white-space: pre-wrap;
  }
  img.preview-img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
  }