*{
margin: 0;
padding: 0;
box-sizing: border-box;

}
body{
     font-family: "Roboto", sans-serif;
     overflow-x: hidden;
}
.navbar{
    background: rgba(255, 255, 255, 1);
    width: 100%;

}
.btn{
    background: rgba(255, 255, 255, 1)  !important;
    color:rgba(94, 59, 238, 1) !important;
    border-color: rgba(94, 59, 238, 1) !important;
}
span{
    color: rgba(94, 59, 238, 1);
}
.hero{
   background-color:rgba(245, 252, 255, 1);
}
.cards{
    background-color:rgba(245, 252, 255, 1); 
}
.assi{
    background-color:rgba(245, 252, 255, 1);
}
.form-control{
    border-color:  rgba(94, 59, 238, 1) ;
}
.input{
    background-color:rgba(245, 252, 255, 1) ;
}
