html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/194946/white_texture.jpg");
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Open sans condensed", sans-serif;
  font-size: 12px;
  text-align: justify;
  font-weight: 200;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  body {
    font-size: calc(12px + 10 * ((100vw - 320px) / 960));
  }
}
em {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: 0.7em;
}
a {
  text-decoration: none;
}
.child {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.note {
  position: fixed;
  top: 98vh;
  right: 1em;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.1;
}
svg {
  width: 100%;
  height: 100%;
}
