html {
    background-color: #fff;
    color: #000;
}

.double-sided {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
