﻿/* FOUC prevention */
html {
    visibility: visible !important;
    opacity: 1 !important;
}
