body {
  background-color: #121212;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
  background-color: #191919;
  border: 1px solid #333;
  border-radius: 8px;
}

textarea.form-control {
  background-color: #2a2a2a;
  border: 1px solid #444;
  color: #fff;
  resize: vertical;
}

.btn-outline-light {
  border-color: #ccc;
  color: #ccc;
}

.btn-outline-light:hover {
  background-color: #ccc;
  color: #121212;
}

.border {
  border-color: #444 !important;
}

.bg-dark {
  background-color: #181818 !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

textarea.comment-textarea,
button.comment-submit,
button.btn-primary.mt-1,
button.btn-light.btn-sm.mt-1 {
  display: none !important;
}


/* For the email input */
#feedbackEmail::placeholder {
  color: white !important; /* Use !important to override other styles if necessary */
  opacity: 0.8; /* Adjust opacity for better readability if needed */
}

/* For the textarea */
#feedbackText::placeholder {
  color: white !important; /* Use !important to override other styles if necessary */
  opacity: 0.8; /* Adjust opacity for better readability if needed */
}