@font-face {
    font-family:'badaboom_bbregular';
    src: url('badabb__-webfont.woff2') format('woff2'),
         url('badabb__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
}

body {
background-color:#fffdd0;
font-family:sans-serif;
font-size:1em;
}
h1 {
  font-family:'Pangolin', regular;
  font-size:1.5em;
  letter-spacing:.5em;
  text-decoration:underline;
  text-transform:capitalize;
}

h2 {
font-family:'badaboom_bbregular';
font-size:1.25em;
letter-spacing:.2em;
text-decoration:overline;
text-transform:uppercase;
}

h3 {
font-size: 1.1em;
letter-spacing: .1em;
text-decoration: line-through;
text-transform: lowercase;
}

p {
word-spacing:.25em;
text-indent:3em;
margin:3em;
border:1px solid red;
line-height:1.5;
}

.blockquote {
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size:.9em;
font-family:helvetica, arial, sans-serif;
text-decoration: blink;
text-align: center;
}
.highlight {
  background-color: yellow;
}
.sub {
  vertical-align:sub;
}
.sup {
  vertical-align:super;
}
.specialtext {
  font-size: 30px;
  color: black;
}
  