a,button {
transition: 0.3s ease-in;
}
button:hover, a:hover {
transition: 0.3s ease-in;
}
a {text-decoration:none;}