﻿:root {
    --inverted: initial;
}
.inverted {
    filter: var(--inverted);
}

.footer {
    position: static;
}

body {
    margin-bottom: 0;
}