.link {
  cursor: pointer;
  text-decoration: none;
}
.link:focus {
  outline: none;
}
.button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}
.button:focus {
  outline: none;
}
