/*selector {
    property-name: value;
    another-property-name: value;
  }*/

  html{
    color: grey;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15pt;
  }

  body{
    margin: 10%;
  }

  h1{
    color:black;
    letter-spacing: -0.02em;
    /* tightened up letter spacing a bit */
    text-transform: capitalize;
    text-indent: -1rem;
    font-family: vista-slab, serif;
  }

  p{
    font-size: 13pt;
    line-height: 1.4; 
    /* value of one is pt size */
  }

  sup{
    /* font-size: 0.6rem; */
    font-size: 0.6em;
    /* font-size: 60%; */
  }

  dfn{
    font-weight: bold;
    /* color:blue */
    text-transform: lowercase;
  }

  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;
  }

  .fa-solid{
    font-size: 0.8em;
    color: lightcoral;
  }