html {
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15pt;
}
body {
    margin: 10%;
}
h1 {
  color: black;
  font-weight:1.02m;
  text-transform: capitalize;
  text-indent: -1rem;
  font-family: "vista-slab", serif;
  font-weight: 400;
  font-style: italic;
}
p {
    font-size: 13pt;
}
sup {
    font-size: 0.6rem;
}

dfn {
    font-weight: bold ;
    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
}
