.btn {
  border-radius: 30px;
}

.btn-prosperus {
  font-family: 'Exo 2' !important;
  outline: 0;
  width: auto;
  height: 35px;
  color: var(--bs-primary);
  padding: 0 23px;
  cursor: pointer;
  font-size: 0.9rem;
  text-align: center;
  text-shadow: none;
  line-height: 31px;
  margin: 30px 0px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 2px;
  text-decoration: none;
  border: 2px solid #f39200;
  border-radius: 26px;
  animation-delay: .7s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1);
  -webkit-transition: background cubic-bezier(.23,1,.32,1) .7s;
  transition: background cubic-bezier(.23,1,.32,1) .7s;
}

.btn-prosperus:hover {
  color: white;
  font-size: 18px;
  background-color: var(--bs-primary90);
}

hr {
  border-color: var(--bs-primary) !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Exo 2' !important;
}

.btn {
  border-radius: 30px;
}

