h1 {
  border-style: solid;
  border-color: black;
  font-family: "Times New Roman",Times,serif;
  color: #6633ff;
  background-color: #baba00;
}
h2 {
  border-style: dotted;
  border-color: black;
  font-family: "Times New Roman",Times,serif;
  color: #ff6600;
  background-color: #ffcc00;
}
