body {    
    background: #161616;
    color: #ffffff;
    font-family: monospace;
    margin: 10px;
}

h1 {
    margin-top: 0;
}

.projects {
    margin-bottom: 10px;
}

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

a:hover {
    text-decoration: underline;
}

p, a {
    font-size: 14px;
}