body {
    font-size: 12pt;
}

.container {
    background-color: ghostwhite;
}
h3 {
    font-size: 1.4em;
}
    
.project-entry {
    margin-top: 10px;
}

#page_footer {
    clear: both;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
}

h3.project-top-level-title a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
    color: black;
}

h3.project-top-level-title a:hover {
    color: #23527c;
    font-size: 1.2em;
}