.inverted {
    background-color:white;
    color:black;
}

.inverted-image {
    filter: invert(100%);
}
