h1 {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: red;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  font-weight: bold;
}
p {
  color: black;
}
