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

body{
    margin: 10%;
}

h1 {
color:black;
letter-spacing: -0.02;
text-transform: capitalize;
font-family: vista-slab, serif;
text-indent: -1rem;
}

p{
    font-size: 13pt;
    line-height: 1.4;
}

sup {
    font-size: 60%;
}

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.5cm 0;
}

a{
    text-decoration: none;
}

code{
    color: steelblue;
}

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