body {
    padding: 10px;
    background-color: lightgray;
}

div#header {
    white-space: nowrap;
}

div#header img {
    width: 30px;
    display: inline-block;
}

div#header div#navbar {
    display: inline-block;
}

p.indent {
    white-space: pre-line;
    padding-left: 30px;
}

div#content a, a:visited {
    font-style: normal;
    text-decoration: none;
    color: blue;
}

div#content a:hover {
    text-decoration: underline;
    color: black;
}

div#bcrypt pre {
    background-color: white;
    border: solid 1px black;
    display: inline-block;
    padding: 3px 8px;
}

div#contact ul {
    list-style-type: none;
}
div#contact em {
    font-weight: bold;
}