textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.upload-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.upload-button:hover {
  background-color: #0056b3;
}
.upload-preview img {
  max-height: 100px;
  padding-right: 10px;
}
