h1 {
  border-style: outset;
  color: #ffcc33;
}
h2 {
  border-style: none;
  text-decoration: underline;
  color: white;
  font-size: xx-large;
}
p {
  font-size: large;
  color: white;
  font-weight: bold;
}
