
html {
    scroll-behavior: smooth;
}

h1 {
  font-size: 28px !important;
    font-family: 'Roboto', sans-serif !important;

}
h4 {
    font-family: 'Roboto', sans-serif !important;
}

p{
  font-size: 16px !important;
}


body {
  font-family: 'Roboto', sans-serif !important;

}

.section2 {
  margin-top: 120px;
}

#btnSubmit {
    cursor: pointer;
    font-size: 18px;
}


@media (max-width: 575px) {
  .section2 {
   margin-top: unset;
  }
  .contact-form h1 {
  max-width: unset;
  width:250px;
}
}