/* Override anchor styles */
a,
a:visited,
a:hover,
a:active,
a:link {
  text-decoration: none;
}

button {
  cursor: pointer;
}
