h1 {
  color: red;
  font-family: arial; }

h2 {
  color: orange;
  font-size: 80px; }

.hello {
  font-size: 80px;
  border: 3px solid orange;
  padding: 8px 8px 8px 8px; }

.hello:after {
  content: " that worked"; }

/*# sourceMappingURL=style.css.map */
