Helpers
Button styles can be applied to any element. Typically you'll want to
use either a <button> or an <a> element. Buttons next to each other
is spaced out with the adjacent selector .btn + .btn.
<button class="btn primary">Primary</button>
<a class="btn" href="#">Default</a>