
html{
    width: 100vw;
    background-color:  #101010;
    font-family: 'Source Sans 3';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased; 
}
body{
    color: white;
    margin: 0;
    padding: 0;
}
a{
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

#content{
    display: flex;
    justify-content: center;
    font-family: 'Source Sans 3';
    margin-top: 20px;
    color: #dcdfe4;
}


footer{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 20px;
    width: 100%;
    font-family: "Space Mono", monospace;
    color: #676e7d;
}