.newadstyle{
   position:fixed;
   top:2px;
   right:0px;
   left:0px;
   z-index:999;
  background-color: #fff; 
  width:100vw;
  height:50px;
  }
  
.holder {
  z-index:0;
}

#holder {
  z-index:0;
}

.newadstyle p{
   color: black;
   font-size: 12pt;
   text-align: center;
   font-family: 'Spinnaker', sans-serif;
  }
   .footer{
   position:fixed;
   bottom:0;
   left:0;
   right:0;
   z-index:10;
   background-color:#fff;
   color:#fff;
   width:100%;
   height:40px;
  }
  
  #frame {
      z-index: 5;
      width: 100%;
      height: 100%;
      position:fixed; 
      top: 0px; 
      left:0px; 
      bottom:0px; 
      right:0px;
   overflow:hidden;
      /*border-color: white;*/
  }

body {
        overflow: hidden;
    color: black;
}