h1, h2, h3, h4, h5, h5 {
  font-family: 'Bebas Neue';
  color: #464646;
}

p {
  font-family: 'Roboto';
}

button {
  font-family: 'Roboto';
  font-weight: 600 !important;
}

#submit-btn:hover {
  color: var(--bs-primary);
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.contact-input {
  height: 46px;
  margin-bottom: 0.6rem;
}

.modal {
  z-index: 999999999!important;
}

div {
}

