html, body, figure, figcaption, ul, li, h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: inherit;
}

ul {
  list-style: none;
}

body {
  font-family: sans-serif;
  text-align: center;
  font-weight: bold;
}

h1 {
  font-size: 60px;
  margin: 30px;
}

h1 span:first-child {
  color: red
}

h1 span:last-child {
  color: green
}

figure {
  display: inline-block;
  border: 5px solid black;
}

ul {
}

ul:after {
  content: "";
  clear: both;
  display: block;
}

li {
  float: left;
  width: 5px;
  height: 5px;
}

.cash {
  background: green;
}

.asp {
  background: red;
}
