#footer {
    width:                          100%;
    padding:                        4px 0;
    
    background:                     rgba(110, 18, 172, 0.616);
    font-size:                      x-small;
    color:                          #eee;

    display:                        flex;
    align-items:                    center;
    justify-content:                center;
    flex-direction:                 column;
}

#footer>div {
    display:                        inline-block;
    text-align:                     center;
}

#footer a {
    color:                          #eee;
    text-decoration:                none;
    border-bottom:                  none;
}

#footer a:hover {
    color:                          #666;
}