            body {
            background-image: url('https://www.comtelmea.com/comply/img/logo.png');
            background-position: top center;
            background-repeat: no-repeat;
            }
            object{
            position: absolute; top: 0; left: 0;width: 100%;height: 90%;overflow-y: scroll;
            }
            p {
                z-index: 1000;
                position: fixed;
                bottom: 0;
                text-align:center;
                width:100%;
            }
            #loader {
                z-index: 1000;
                position: fixed;
                top: 100px;
                text-align:center;
                width:90%;
            }
            
