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

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

}

sup{
    font-size: .6em;
}


dfn{
   font-weight: bold;
   text-transform: lowercase;
}

small{
    font-style:italic;
}

h1{
    color:black;
    letter-spacing:-0.02em;
    text-transform: capitalize;
    text-indent: -1rem;
}

aside{
    text-align:center;
}

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

body{
    margin: 10%;
}

article{
    margin: 6rem 0; 
}

section{
    margin: 2.5em 0;
}
a{
    text-decoration:none;
}

code{
    color:steelblue;
}


/* .mywand {
    color:red;
    font-size:2em;
} */