*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.nav-link:hover{
    color: rgba(124, 78, 228, 1);
}
.btn{
    background-color: rgba(124, 78, 228, 1) !important;
    color: white !important;
}
.btn:hover{
    background-color: rgba(124, 78, 228, 1);
    color: white;
    transform: scale(1.05);
}
.hero{
    background-color: rgba(124, 78, 228, 1);
    color: white;
}
.words{
    font-size: 70px;
}
    .col{
  transition: 0.5s;
}
.col:hover{
  transform: translateY(-15px);
  cursor: pointer;
}
.button{
    background-color:white !important;
    border: 1px solid rgba(124, 78, 228, 1) ;
    color: rgba(124, 78, 228, 1) !important;
}
.bg-but{
    border: white solid 2px !important;
}
.heading{
    font-size: 70px;
}
.color{
    background-color: rgba(124, 78, 228, 1) ;
}