
h1 {
  color: orange;
  background-color: black;
  font-family: sans-serif;
}
p {
  color: red;
}
.red-text {
  color: black;
}
