.skills{

  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
 background-color: var(--bg-card);
 color:  var(--price-color);
}

.section-title{
  margin-top:30px ;
  margin-bottom: 50px;
  text-align: center ;
  color: white;

}

.g-4, .gy-4 {
    padding-top: 20px;
}

.veluse{
  display: flex;
  text-align: center;
  padding-top: 20px ;
  padding-bottom: 20px;
  color: white;
}
.col{
  
  right: 30px;
}

.nav-tabs {
    padding-bottom: 6px;
}
.nav-item{
   padding-left: 6px;
   padding-right: 6px;
}

