@font-face {
    font-family: "Dogica";
    src: url(./dogica.ttf) format("truetype");
}
body{
    font-family: "Dogica",monospace;
    image-rendering: pixelated;
}

img.gs {
    float: left;
    width:32px;
}

img.gs:hover {
    /* transform: translateX(180px) scale(10) ; */
      image-rendering: pixelated;
}
div#front {
    /* position: absolute; */
    width: 100%;
    /* height: 448px; */
    /* padding: 20px; */
    background: rgba(255,255,255,0.8);
    /* margin-left: 50%; */
    margin-top: 16px;
}
div#info {
    position: absolute;
    z-index: 10000;
    /* background: rgba(255,255,255,0.8); */
    width: 100%;
    height: 100%;
    display: flex;
}
div#log {
    text-align: center;
    display: block;
    /* margin-left: -32px;
    margin-top: -170px;
    padding-top: 50%;
    padding-left: 50%; */
    /* width: 64px; */
    margin: 0 auto;
    /* text-align: center; */
}
div.ui {
    background: rgba(255,255,255,0.8);
    /* width: 64px; */
    float: left;
    padding: 10px;
    font-size: 8px;
    line-height: 12px;
  
}

.seen {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
    width:64px;
    float:left;
    padding-right: 10px;
}
img.seen.small {
    width: 32px;
    margin-left: 73px;
}
div#panel {
    background: rgba(255,255,255,0.8);
    padding: 54px 30px;
    position: absolute;
    z-index: 10;
    display: none;
    margin: 0px 84px;
    font-size: 8px;
    width: 20%;
    margin: 0px;
    padding: 2%;
    /* margin-top: 150px; */
    line-height: 12px;

}



.subPanel{
/* display:flex; */
padding: 10px;
display: flow-root;
}

.subPanelText {
    padding: 10px;
}

div#loader {
    color: white;
    position: absolute;
    /* width: 100%; */
    margin: -10px;
    padding: 50%;
}
div#NoiseInfo {
    margin-top: 32px;
}

.coverF {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;

}
.coverF img{
   /* width:320px;*/
    padding: 30px;
    padding-top: 64px;
}
.coverF h1{
    text-align: center;
    max-width: 60%; 
    margin: 0 auto; 
    margin-top: 30px;
    line-height: 40px;
}
.coverF h2{
    padding: 30px;

    text-align: center;
}
.coverF h3{
    /* padding: 30px; */
    margin-top: 128px;
    text-align: center;
}
h1.mainTitle {
    font-size: 300%;
}
div#all {
    background: white;
    margin: 5%;
    line-height: 20px;
    padding: 4%;
}