:root {
    --text-color: black;
    --titlebar-color: #f4f6ff;
}

body.dark {
    --text-color: white;
    --titlebar-color: #101010;
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--text-color);
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
