.uc-butoon {
        width: 200px;
        height: 200px;
}
.link div {
    color: #f7bb6e !important;
    text-decoration: underline;
    transition: 0.5s;
}
.link:hover div {
    color: #f78f6e !important;    
}