.image-resizer-container {
  max-width: 400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.drop-area {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
  background-color: #e5322d; /* Added background color */
}
.drop-area p {
  color: #ffffff; /* Ensures the <p> specifically has white text */
  font-size: 15px;
}

.controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

button {
  padding: 8px 12px;
  cursor: pointer;
}
