html {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
}

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

.inspired-title {
  text-align: center;
}

.inspired-credit {
  text-align: center;
  font-size: 0.8rem;
}

.inspired-credit__citation {
  font-style: normal;
}

.inspired-container {
  margin: 1rem;
  padding: 2rem;
  line-height: 1.65;
}
