body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  font-size: 14px;
  margin: 20px 30px;
}
section {
  margin-bottom: 24px;
}
ul {
  margin: 0;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}
.new,
.improvements,
.fixed {
  border-radius: 3px;
  padding: 5px 8px 4px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1em;
  cursor: default;
}
.new {
  background-color: #00C33E;
}
.improvements {
  background-color: #FF7601;
}
.fixed {
  background-color: #FF6E77;
}
