body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Lucida Console", Monaco, monospace;
}

#content, #footer {
    width: 100%;
}

#linkedin, #separator {
    display: table;
    margin: 0 auto;
}

p {
    margin: 10;
}

.ascii {
    white-space: pre;
    line-height: 0.5;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

#footer p {
    text-align: center;
}
 
