/* ------- */
/* GENERAL */
/* ------- */

* {
  font-size: 40px;
}

body {
  margin: 100px;
}

ol {
  list-style-type: upper-alpha;
}

li {
  margin-bottom: 1em;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
