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

html {
    background-color: #fcfcfc;
}
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 24px 16px;
  color: #4A4A4A;

  max-width: 32em;
  min-width: 288px;
  margin: 0 auto;
}
/* Site Headser */
.siteHeader {
    margin-bottom: 48px;
}
.siteHeader__name {
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
}
.siteHeader__tagline {
    font-size: 18px;
    font-weight: normal;
    color: #9B9B9B;
    line-height: 24px;
}

.content__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.content__copy {
    font-size: 18px;
    line-height: 24px;
}
.content__copy + .content__copy {
    margin-top: 16px;
}
.content__imageBox {
    overflow-x: auto;
    display: flex;
    min-width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 320px;
}
.content__imageElement {
    display: inline-block;
    width: 160px;
    height: auto;
    margin-left: 16px;
}
.content__imageElement:first-child {
    margin-left: 0;
}
.siteFooter {
    margin-top: 128px;
    color: #9B9B9B;
    line-height: 16px;
}
.siteFooter__copyright {
    margin-bottom: 16px;
}
.siteFooter__link,
.siteFooter__link:visited {
    color: #9B9B9B;
    line-height: 16px;
}
