#vote .vote-timer {
    color:var(--text-color-4) !important;
}
#vote .reward {
    transform:scale(1);
    width:60px;
    transition: all ease 0.15s;
}
#vote .reward:hover {
    transform:scale(1.2);
    transition: all ease 0.15s;
}
