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

body {
    margin: 10%;
}

article {
    margin: 6rem 0;
}

section {
    margin: 2.5em 0;
}

h1 {
    color: black;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    text-indent: -1rem;
    font-family: "vista-slab", serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 13pt;
}

sup {
    font-size: 60%;
}

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

small {
    font-style: italic;
}

p {
    line-height: 1.4;
}

aside {
    text-align: center;
}

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

a {
    text-decoration: none;
}

code {
    color: steelblue;
}

.myGhost {
    color: darkorchid;
    font-size: 2em;
}