body, h2{
  color: black;
  background: mistyrose;
  font-size: 1.2em;
  font-family: sans-serif;
  font-weight:normal;
}
ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-content: stretch;

}
a{
  color: inherit;
  width: auto;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 1em;
  list-style: none;
}

a:hover {
	text-decoration: none;
}

li{
  list-style: none;
}

li:nth-of-type(1n){
  color: orange;
  margin-left: 15em;

}
li:nth-of-type(2n){
  color:darkblue;
  margin-left: 5em;
  margin-top: 2em;
}
li:nth-of-type(3n){
  color:purple;
  margin-left: 12em;
  margin-top: 1em;
}
li:nth-of-type(4n){
  color:deeppink;
  margin-left: 35em;
}
li:nth-of-type(5n){
  color: brown;
  margin-left: 4em;
  margin-top: 3em;
}
