 @font-face{
     font-family: font1;
     src: url(arial.ttf);
    } 
@font-face{
     font-family: font2;
     src: url(KUNSTLER.TTF);
    }
body{background-color: white;}
            .backed{
                position: fixed;
                left:0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 0;
                    
            }
            .full{
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                webkit-tranform:
                    scaleX(-1);
                    transform: scaleX(-1);
            }
            .headbox {position: fixed;
            top: 1%;
            left: 2%;
            width: 30vw;
            height: 20vw;
            }
            .head {position: absolute;
            top: 0%;
            left: 0%;
            width: 90%;
            height: 15%;
            font-family: font2;
            font-size: 20vw;
            text-align: left;
            color: black;
            text-shadow:black 1px 1px;
            }
            .subhead {position: absolute;
            top: 90%;
            left: 50%;
            width: 90%;
            height: 5%;
            font-family: font1;
            font-size: 4.5vw;
            text-align: left;
            color: black;
            text-shadow:black 1px 1px;
            }
            .picbox {position: fixed;
            top: 18%;
            left: 43%;
            width: 55vw;
            height: 82.5vw;
            background-color:white;
            z-index: 1;
            opacity: 1;
            }
            .picT{
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 3;
            }
            .picB{
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 2;
            }
            .pic {position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
            }
            .infoH{display: none;
            }
            .infoV1{display: block;
            position: fixed;
            top: 20%;
            left: 5%;
            width: 35%;
            height: 50%;
            font-family: font1;
            font-size: 4vw;
            text-align: center;
            color: black;
            text-shadow:black 1px 1px;
            }
            .infoV2{display: block;
            position: fixed;
            top: 70%;
            left: 5%;
            width: 90%;
            height: 50%;
            font-family: font1;
            font-size: 4vw;
            text-align: center;
            color: black;
            text-shadow:black 1px 1px;
            }
