*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.site-footer {
  margin-top: 2rem;
  padding: 1rem 0 2rem;
  text-align: center;
  font-size: 0.85rem;
  color: #7b6c5e;
}
