html { font-size: 20px }

body {
  margin: 35vh 0;
  background: black;
  font-family: Trebuchet MS, Helvetica, sans-serif;
}

ul.steps {
  list-style: none;
  margin: 12%;
}

ul.steps>li {
  margin-top: 2rem;
  color: orange;
  font-size: 3rem;
  filter: blur(.6px);
}

ul.moves>li {
  margin-bottom: .4rem;
  color: burlywood;
  font-size: 1.4rem;
}

ul.moves>li:first-child { margin-top: 1rem }

a {
  position: fixed;
  color: #33291b;
  bottom: .5rem;
  right: .5rem;
  padding: .3rem;
  border: solid #33291b 2px;
  text-decoration: none;
}
a:visited { color: #33291b }

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}