/* A subset of useful styles from foundation.min.css for if the full set interacts poorly with other styles */
a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
}
