*{
    font-size: 16px !important;
}
a{
    color: #303030;
    text-decoration: none;
    transition: all .3s ease;
}
a:hover{
    text-decoration: none;
    color: #3db24b;
}