﻿/* FOUC fix */
html {
    visibility: visible;
    opacity: 1;
}
