#footer {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 4px 0 4px 8px;
    color: #ddd;
    background: #333;
    gap: 4px;

    a {
        color: #fff;
    }
}
