#sourceHide{
  display: none;
}

body{
  --fontColor: #fff;
  --Rose: #45f3ff;
  font-family: 'Poppins', sans-serif;
  background: #03080a;
}

.Introduction{

}
.rep_form{
  background: var(--Rose);
}
.cta_rose{
  padding: 10%
}
.cta {

color: #9b22a6 !important;
text-transform: uppercase;
padding:0.35em 1.2em;
margin:0 0.3em 0.3em 0;
border: 4px solid #9b22a6 !important;
border-radius: 2em;
display: inline-block;
transition: all 0.3s ease 0s;
font-family: 'Bebas Neue', cursive;
font-size: 14pt;
}

.cta:hover {
color: #fff !important;
background: #9b22a6;
border-color: #9b22a6 !important;
transition: all 0.6s ease 0s;
}

a{
  text-decoration:none;
}

@media all and (max-width:30em){
.cta{
display:block;
margin:0.2em auto;
font-size: 5pt;


 }
}
