html{
    color:gray;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Roboto Condensed', sans-serif
}
body{
    margin: 10%;
}
h1{
    color:black;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    text-indent: -1rem;
    font-family: 'vista-slab', serif


}
p{
    font-family: 13px;
    line-height:1.4;
}
article{
    margin: 6rem 0;
}
sup{
    font-size:0.6em;
}
section{
    margin: 2.5em 0; 
}
dfn{
    font-weight:bold;
    text-transform:lowercase;

}
small{
    font-style: italic;
}
aside{
    text-align: center;
}
cite{
    text-align: right;
    display: block; 
}
a{
    text-decoration: none;
}
code{
    color:steelblue;
}
.fa-solid{
    font-size: 0.8em;
    color:red;
}