/* user*/
.header-btn__icon {
  
border: none;
    border-radius: 20%;
    background: #fff;
    color: #5a5a5a;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}
.header-btn__icon:hover{
  background: black;
    border-color: #9f7430;
color:#ffffff;
}
/* list*/
.text-primary{
 
    fill: #deae5d;
     color:#636362;
    text-align: center;
}
.text-primary:hover{
 
    fill: #9f7430;
     color:#636362;
}