 a {color: #eee; text-decoration: none}
a:hover {color: blue;}
body {overflow: auto; overflow-y: auto;
    margin: 0px;}
#jeeFaceFilterCanvas {
    z-index: 10;
    position: absolute; 
    width: 100%; height: 100%;
    top: 0px; left: 0px;
} 

.banner {
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background:white;
    height:80px;
    z-index: 999;
    padding:10px;
    font-family: 'Courier New', Courier, monospace;
    color:black;
    font-weight: bold;
    text-align: center;
    display:flex;
    justify-content: space-around;
    align-items: center;
}