body {
  background-color: #ddd;
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, b, i, em, strong, pre {
  font-weight: 100;
  &[center] {
    display: flex;
    justify-content: center;
  }
  &[fancytext] {
    font-family: cursive, sans-serif !important;
    font-style: italic;
  }
  &[small] {
    font-size: 10px;
  }
  &[strong] {
    font-weight: 1000 !important;
  }
}