/* Base styles */


a {
  text-decoration: none;
  color:#32a9c3;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

button {
  cursor: pointer;
  margin: 0;
}

/* Helpers */
.is-hidden {
  display: none;
}
