body{
  color: black;
  background-color:hotpink;
  font-size: 1.2em;
  font-family: sans-serif;
  font-weight:normal;
}

h1 {
  font-size: 100%;
}

ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-content: stretch;
}

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

sub {
  font-family: monospace;
  line-height: 0;
}

p a {
  text-decoration: underline;
}

p a:hover  {
  text-decoration: none;
}

li{
  list-style: none;
}
