﻿h1
{
    font: 18px arial, verdana;
}
p, table
{
     font: 14px arial, verdana;
}

html, body { height: 100%;  width: 100%;}

.iframepowerbi{
    height:95vh;
}

body{
    content:' ';
    position:fixed;
    width:100%;
    height:100%;top:0;left:0;
    background-size:cover;
    background-color:#FFF;
    background-image:-webkit-linear-gradient(-315deg,#014380 0,#FFF 25%,#FFF 75%,#F29303 100%);
    background-image:-moz-linear-gradient(-315deg,#014380 0,#FFF 25%,#FFF 75%,#F29303 100%);
    background-image:-o-linear-gradient(-315deg,#014380 0,#FFF 25%,#FFF 75%,#F29303 100%);
    background-image:linear-gradient(45deg,#014380 0,#FFF 25%,#FFF 75%,#F29303 100%);
    will-change:scroll-position;
}
