@mixin  button {
    padding: 6px 20px;
    background-color: $primaryColor;
    font-size: 15px;
    font-weight: 500;
    color: $white;
    border-radius: 35px;
    // &:hover{
    //     background-color: $white;
    //     color: $black;
    // }
} 