@charset "UTF-8";
/* CSS Document */
<style>
       html{
           margin: 0px;
           overflow: auto;
       }
        body{
            margin: 5px;
            z-index:-1;
        }
        
        footer {
            text-align: right;
        }
        #protest {
            display:none;
            width:100%;
            height: 100%;
            margin:0px;
            z-index: 1;
            position: absolute;
        }
    iframe {
            width:100%;
            height:1200px;
            margin:0px;
            overflow-y: auto; 
            overflow-x: hidden; 
            z-index: 2;
       }
    </style>
