﻿/* Always Do This Last - FOUC */
html {
    visibility: visible;
    opacity: 1;
}