/* css styles for Oliver Barons Web page
 * C. Singer / 2018-05-28
 */

a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #ccc;
}
a:active {
    text-decoration: none;
    color: #ccc;
}

.main {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 2em auto;
}
.nav {
    padding-right: 1em;
}

.content {
}

footer {
    text-align:center;
    margin: 2em auto;
    font-size: 0.7em;
    font-family: sans-serif;
}