/* Add custom CSS styles below */ 
.contact-form input, .contact-form textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 12px;
}
.contact-form button {
  background-color: #252d59;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  transition: 0.3s;
}
.contact-form button:hover {
  background-color: #1a1f3a;
  }