.contact-page input,
.contact-page textarea {
  transition: all 0.2s ease;
}

.contact-page input:focus,
.contact-page textarea:focus {
  transform: scale(1.01);
}

.wpcf7-submit {
  @apply w-full bg-bright-orange text-pure-white border-2 border-pure-black rounded-md py-2 font-bold uppercase hover:bg-bright-orange/90 transition;
}
