#content.homepage {
  margin: 1ex auto 2ex;
  max-width: 40em;
}
#content.homepage h1 {
  margin-top: 3ex;
  margin-bottom: 1ex;
}
#content.homepage div.caution p {
  margin-bottom: 1ex;
  margin-top: 1ex;
}
#content.homepage div.caution ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#content.homepage div.caution ul li {
  position: relative;
  padding-left: 2rem;
  margin-left: 1em;
  margin-bottom: 0.5ex;
}
#content.homepage div.caution ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: url("/static/images/list-item.svg") no-repeat center/contain;
}
#content.homepage img {
  height: 600px;
}

/*# sourceMappingURL=homepage.css.map */
