html {
    color: grey;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-family: 'Roboto Mono', monospace;

  }

  body {
      margin: 10%;
  }

  h1 {
      color: black;
      letter-spacing: -.02em;
      text-transform: capitalize;
      text-indent: -1rem
  }
  p {
      line-height: 1.4;
      font-size: 13pt;
  }

  sup {
      font-size: .6rem;
  }

  dfn {
      font-weight: bold;
      color: red;
      text-transform: uppercase;
  }

  small {
      font-style: italic;
  }

  aside {
      text-align: center;
  }
cite {
    text-align: right;
    display: block;
}

article {
    margin: 6rem 0;
}

section {
    margin: 2.5em 0;
}

a {
    text-decoration: none;
}

code {
    color: steelblue
}