h1 {
  color: blue;
}

.test {
  color: red;
  background-color: blue;
  width: 200px;
  height: 20px;
}
