body,html{
    overflow: hidden;
    text-align: center;
    background-color: #112;
}
.outdash{
    border: 4px dashed #667;

}
.loading{
    width: 100%;
    height: 100%;
    background-color: #112;
    position: fixed;
    left: 0px;
    top: 0px;
    user-select: none;
    font-size: 50px;
    color: white;   
}
#defaultCanvas0{
    position: fixed;
    left: 0px;
    top: 0px;
}
@media (max-width:480px) {
    #defaultcanvas0{
        position: initial;
    }
}