html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #f3f4f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

h1 {
  font-weight: 300; }

.site {
  height: 100%;
  padding: 0 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.contact-button {
  text-decoration: none;
  color: #fff;
  background-color: #EF8354;
  font-size: 1.5em;
  padding: .4em 1em;
  border-radius: 4px; }
