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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #111;
  background: #fff;
}

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

a {
  color: inherit;
}

.placeholder-banner {
  background: #fff7c2;
  color: #5a4a00;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  text-align: center;
  border-bottom: 1px solid #f0e29a;
}

.back-link {
  display: inline-block;
  margin-top: 2rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}

.back-link:hover {
  opacity: 1;
}
