h1 {
  color: blue;
  font-family: copperplate;
}
.test {
  color: green;
  border-style: solid;
}
#hello {
  color: red;
  background-color: lightblue;
}
