*{
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif1;
    box-sizing: border-box;
    background: #1d2026;
}

.hero{
    background: #1d2026;
    /* min-height: 100vh; */
    width: 90%;
    color: #fff;
    position: relative;
}

a{
    color: darksalmon;
}

#quoteDisplay{
    color: darksalmon;
    font-style: italic;
    text-align-last: center;
    font-size: larger;
}

footer{
    color: khaki;
}