body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    color: white;
    background: black;
    font-size: 1rem;
}

h1 {
    font-size: inherit;
    font-weight: normal;
    margin-bottom: 0rem;
    margin-top: 0;
    color: gray;
}

p {
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-size: inherit;
}

a { 
    color: gray;
    text-decoration: none;
}

a:visited { 
    color: gray;
    text-decoration: none;
}

a:hover { 
    color: gray;
    text-decoration: none;
}

