.my-btn {
  border: 1px solid;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 2.5rem;
  text-decoration: none !important;
  background-color: #e9516c;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #fff !important;
  line-height: 1;
  border-color: #e9516c;
  font-weight: 300;
  font-size: 0.95rem;
  min-width: 100px;
}

.my-reverse-btn {
  background-color: transparent;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #e9516c !important;
  line-height: 1;
  border-color: #e9516c;
  font-weight: 300;
  font-size: 0.95rem;
  transition: all 0.4s ease;
  border-radius: 2.5rem;
  text-decoration: none !important;
  border: 1px solid;
}

.footer-title {
  color: #e9516c;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0px;
}