form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; 
  width:35rem;
}
#sendMessageBtn{
  background-color: #ff9040;;
}
#backHomeBtn {
  background: #4e5d6c;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.07rem;
}

/* Responsive */
@media (max-width: 750px) {
  #contactForm{
    width: 150%;
  }
  #sendMessageBtn{
    font-size: 1.4rem;
  }
}
