body {
    color: #373641;
}
.main {
    margin: 20px;
    margin-top: 10px;
}

/* The logo font
-------------------------------------------------- */
@font-face {
    font-family: "DMMono";
    src: url("/css/fonts/DMMono-Regular.ttf") format("truetype");
}
.dm-mono {
    font-family: "DMMono", "Courier", monospace;
}

/* Header styles
-------------------------------------------------- */

header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: solid #373641 5px;
    margin-bottom: 30px;
}

header .motto {
    font-style: italic;
}

header a {
    text-decoration: none !important;
    color: #373641 !important;
}
header a:hover {
    opacity: 0.8;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 55px; /* set margin bottom to footer height + whatever margin you want above the footer */
}
.footer {
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Set the fixed height of the footer here */
    background: #eee;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
}
.footer span {
    padding: 0 6px;
}
