html, body {
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 40px;
}

*:focus {
  outline: 0;
}

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

h2 {
  font-size: 1.3em;
  font-weight: 600;
}

h3 {
  font-size: 1.2em;
  font-weight: 600;
}

[i18n] {
  visibility: hidden;
}