body {
  background-color: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.container {
  max-width: 600px;
}

.card {
  border: none;
  border-radius: 0.75rem;
}

.alert {
  transition: background-color 0.3s ease-in-out;
}

#clearFileButton {
  /* Añade un poco de espacio a la derecha para que no esté pegado al borde */
  right: 1rem !important;
}
