.drop-zone {
  width: 400px;
  height: 200px;
  border: 2px dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.drop-zone--over {
  border-color: #333;
  background-color: #eee;
}

.drop-zone__input {
  display: none; /* Hide the default file input */
}

       #contentToolbar {margin-bottom: 10px;
        }
        button {
            margin-right: 5px;
        }