#footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}

#footer #footerContent {
    text-align: center;
    font-size: 10px;
    right: 20px;
    left: 20px;
}

#footer #footerContent div {
    margin: 3px 0 0;
}

#footer #footerContent div a {
    letter-spacing: 1px;
    text-decoration: none;
}

body.dark-theme #footer {
    background-color: #23272A;
}

body.dark-theme #footer #footerContent span {
    color: #00b1fc;
}

body.dark-theme #footer #footerContent a {
    color: #73d5ff;
}

body.dark-theme #footer #footerContent a:hover {
    color: #008dc9;
}

body.light-theme #footer {
    background-color: #DCF0FA;
}

body.light-theme #footer #footerContent a {
    color: #00b1fc;
    font-weight: bold;
}

body.light-theme #footer #footerContent a:hover {
    color: #008dc9;
}
