.fullscreenapp {
    height:100vh;
    width:100vw;
    position:fixed;
    left:0px;
    top:0px;
    z-index:1000000;

}

.nonfullscreenapp {
    width:80vw;
    height:60vw;
    max-width:1024px;
    max-height:768px;
}

.fullscreenbutton {
    
    position: fixed;
    top:0px;
    right:0px;
}

.stopscrolling {
    height: 100%;
    overflow: hidden;
}